How do I get the HA Voice PE to ‘speak’ Danish ?
Using Nabu Case - in the ‘Text to Speech’ section I have selected ‘Danish (Denmark)’ - and the ‘Try’ does say the text in Danish, and I can point at the HA Voice PE, and it says it in Danish - that works.
The HA Voice is configured:
Assistant: Home Assistant Cloud
Finished speaking detection: Default
It says it is up-to-date.
The automation executes this code:
alias: Going To Bed Test
description: “”
triggers:
- device_id: 18c437c75aad91c1d6472b538e9f0b06
domain: zha
type: remote_button_short_press
subtype: turn_on
trigger: device
conditions: []
actions:
- action: media_player.volume_set
metadata: {}
data:
volume_level: 0.65
target:
area_id: bedroom
- action: assist_satellite.announce
metadata: {}
data:
message: Senge tid.
preannounce: true
target:
area_id: bedroom
It works - it says the message - in English. So the Danish sentence sounds funny. An English sentence sounds fine - at the HA Voice PE.
But as I can see - I have configured Nabu Case/Home Assistant Cloud to TTS to Danish. The HA Voice PE is configured to use the TTS function in Home Assistant Cloud (which is configured to speak Danish), so why doesn’t the HA Voice PE speak Danish ?
/Jørn