You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
3
3
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
4
4
5
+
## [0.1.62] - 2026-04-04
6
+
7
+
### Added
8
+
- Added `continue_conversation` heuristics for Assist / Voice PE follow-up dialog so voice satellites can automatically re-listen when the assistant asks a follow-up question. (Merged PR #11)
9
+
- Added `x-openclaw-message-channel: voice` on voice pipeline requests so the OpenClaw runtime can identify Assist sessions as voice instead of generic webchat. (Merged PR #13)
10
+
11
+
### Fixed
12
+
- Fixed the **Active Model** select entity so the selected model is actually passed to both chat-card and Assist requests.
13
+
- Fixed manifest documentation and issue-tracker links so they point to the integration repository instead of the add-on repository.
14
+
- Fixed chat-card cache-busting/version drift by aligning backend resource registration and the root loader shim with the current integration version.
15
+
- Fixed event entity lifecycle handling by moving event-bus subscriptions into `async_added_to_hass`.
16
+
- Fixed potential cross-agent Assist context bleed by namespacing fallback conversation IDs with the selected agent ID.
17
+
18
+
### Changed
19
+
- Removed the unsupported `attachments` field from `openclaw.send_message` service schema/docs/translations because it was accepted by the integration but never sent to the gateway.
20
+
- Extracted shared recursive response-text parsing into `helpers.py` to remove duplicated logic.
21
+
- Added a warning when the API client has to create a fallback aiohttp session because the primary Home Assistant-managed session is no longer available.
22
+
- Updated README documentation to reflect current model-selection, event-entity, and service behavior.
0 commit comments