Since couple of days google translate tts is only speaking in default british english accent, eventhough I set “en-us” in automation configuration. Before that “en-us” language settings resulted perfect US english google tts voice. I didn`t change anything in configuration.yaml and or automation anything regarding that.
My settings are:
###my configuration.yaml
tts:
- platform: google_translate
cache: true
cache_dir: /tmp/tts
time_memory: 300
service_name: google_say
base_url: http://xxx.xxx.x.xx:8123
###my automation.yaml
action:
- service: media_player.volume_set
data_template:
entity_id: media_player.living_rooms_speaker
volume_level: 0.9
- service: tts.google_say
entity_id: media_player.living_rooms_speaker
data_template:
message: "Someone has pushed the doorbell"
language: "en-us"
Has anyhting changed in terms of google tts service or the way in homeassistant we have to handle it? Please help me! Thank you!