Add event and button entities, select entity for model switching, and update changelog to version 0.1.56

This commit is contained in:
techartdev
2026-02-25 15:24:23 +02:00
parent 11959e3ce7
commit 0f5357e7c7
12 changed files with 406 additions and 3 deletions
+1 -1
View File
@@ -95,7 +95,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.55"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.56"
OpenClawConfigEntry = ConfigEntry