We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013e4d3 commit aae2e25Copy full SHA for aae2e25
2 files changed
custom_components/openclaw/manifest.json
@@ -8,7 +8,7 @@
8
"iot_class": "local_polling",
9
"issue_tracker": "https://github.com/techartdev/OpenClawHomeAssistant/issues",
10
"requirements": [],
11
- "version": "0.1.53",
+ "version": "0.1.54",
12
"dependencies": ["conversation"],
13
"after_dependencies": ["hassio", "lovelace"]
14
}
www/openclaw-chat-card.js
@@ -1,7 +1,7 @@
1
(async () => {
2
try {
3
if (!customElements.get("openclaw-chat-card")) {
4
- const src = "/openclaw/openclaw-chat-card.js?v=0.1.52";
+ const src = "/openclaw/openclaw-chat-card.js?v=0.1.54";
5
console.info("OpenClaw loader importing", src);
6
await import(src);
7
0 commit comments