Release OpenClaw HA integration 0.1.66

This commit is contained in:
2026-05-06 13:08:57 +02:00
parent 8221098ebc
commit 2a02c18b86
6 changed files with 301 additions and 136 deletions
+11
View File
@@ -2,6 +2,17 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.66] - 2026-05-06
### Added
- Added Home Assistant user-aware OpenClaw agent routing for the chat card and Assist sessions.
- Added a dedicated `openclaw/send_message` websocket command so non-admin dashboard users receive chat replies without subscribing to custom event-bus events.
### Fixed
- Fixed chat history isolation by scoping backend and frontend history by Home Assistant user, resolved agent, and raw session ID.
- Fixed OpenClaw session keys to use canonical `agent:<agentId>:ha:user:<haUserId>:session:<rawSessionId>` values so routed chat messages do not fall back into `main/default`.
- Strengthened chat-card cache busting with a versioned static resource path and disabled static-path cache headers.
## [0.1.62] - 2026-04-04
### Added