voice mode fix attempt 1000

This commit is contained in:
techartdev
2026-02-20 19:23:49 +02:00
parent 98fa3a7518
commit f94a62ef7b
5 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ _CARD_PATH = Path(__file__).parent / "www" / _CARD_FILENAME
# URL at which the card JS is served (registered via register_static_path)
_CARD_STATIC_URL = f"/openclaw/{_CARD_FILENAME}"
# Versioned URL used for Lovelace resource registration to avoid stale browser cache
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.22"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.23"
type OpenClawConfigEntry = ConfigEntry