fixing messages in stt mode

This commit is contained in:
techartdev
2026-02-20 22:04:04 +02:00
parent 726ceb3ef6
commit 76c16a5111
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -78,7 +78,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.34"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.35"
OpenClawConfigEntry = ConfigEntry