Hi all,
It seems like I am not able to make TTS work with anything but default en-US language and voice.
Any different configuration seems to be ignored and my Italian commands are read with the default voice.
My Intel NUC is running HA official docker release 0.102.3 and before upgrading from 0.94 everything was working fine with the following entry within configuration.yaml:
tts:
platform: google_translate
language: 'it'
I also tried to work with google_cloud setting up a project on Google Cloud platform and getting back the private key in the json file, but the behavior does not change, still the default en-US voice:
tts:
- platform: google_cloud
key_file: /config/google_tts.json
language: 'it-IT'
gender: female
voice: 'it-IT-Standard-B'
In both cases no complains with the configuration from HA, just as said my tts settings seem to be simply ignored. Also, the mp3 files saved on file system are named as XXX_en-us_XXX_cloud.mp3, which confirms that en-us settings are used.
Anything I am missing here?
Nicola