Add voice input provider options and update integration settings
- Introduced configurable voice input provider option: `browser` or `assist_stt`. - Enhanced chat card to support Home Assistant STT transcription mode for manual mic input. - Updated integration settings to expose voice provider through websocket payload. - Adjusted continuous voice mode availability based on selected voice provider. - Updated version to 0.1.32 in manifest and chat card files.
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"wake_word_enabled": "Require wake word",
|
||||
"wake_word": "Wake word",
|
||||
"always_voice_mode": "Always-on voice mode",
|
||||
"allow_brave_webspeech": "Allow Web Speech in Brave (experimental)"
|
||||
"allow_brave_webspeech": "Allow Web Speech in Brave (experimental)",
|
||||
"voice_provider": "Voice input provider (browser or HA STT)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user