fix voice language selection from voice settings

This commit is contained in:
techartdev
2026-02-20 20:42:26 +02:00
parent e29bbdb128
commit 0227a68001
5 changed files with 58 additions and 5 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.29] - 2026-02-20
### Fixed
- Voice language selection now prioritizes the preferred Assist pipeline language (`assist_pipeline/pipeline/list`) instead of only using Home Assistant UI language.
- Added separate TTS language resolution so spoken replies follow Assist pipeline TTS language when available.
- Retained safe fallbacks to integration/UI/browser language when Assist pipeline data is unavailable.
## [0.1.28] - 2026-02-20
### Fixed