audio fix, js duplication removal

This commit is contained in:
techartdev
2026-02-20 18:31:04 +02:00
parent e2fbd7ac74
commit ad97326509
5 changed files with 68 additions and 1010 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.19] - 2026-02-20
### Changed
- Made `custom_components/openclaw/www/openclaw-chat-card.js` the single source of truth for card implementation.
- Replaced root `www/openclaw-chat-card.js` with a tiny loader shim that imports `/openclaw/openclaw-chat-card.js`.
- Removed manual-maintenance duplication between two full card script files.
## [0.1.18] - 2026-02-20
### Fixed