vocie locale fixes

This commit is contained in:
techartdev
2026-02-20 19:12:54 +02:00
parent 06d8302ee4
commit 98fa3a7518
5 changed files with 69 additions and 10 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.20"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.22"
type OpenClawConfigEntry = ConfigEntry