Bump version to 0.1.62 and update changelog

This commit is contained in:
root
2026-04-04 16:34:00 +03:00
parent 94349460ea
commit a48b96123c
4 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,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.61"
_CARD_URL = f"{_CARD_STATIC_URL}?v=0.1.62"
OpenClawConfigEntry = ConfigEntry
+1 -1
View File
@@ -8,7 +8,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistantIntegration/issues",
"requirements": [],
"version": "0.1.61",
"version": "0.1.62",
"dependencies": ["conversation"],
"after_dependencies": ["hassio", "lovelace"]
}