Update version to 0.1.47 and improve TTS fallback handling and voice-mode responsiveness

This commit is contained in:
techartdev
2026-02-21 01:34:43 +02:00
parent f65c064569
commit 6bd3047c71
5 changed files with 60 additions and 17 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.47] - 2026-02-21
### Fixed
- Improved continuous voice-mode responsiveness by finalizing recognition on speech end, reducing delay before sending spoken messages.
- Improved TTS fallback order: when no matching browser language voice is available, the card now tries Home Assistant TTS first before browser default-language fallback.
## [0.1.46] - 2026-02-21
### Fixed