Hello,
I use Google Cloud for TTS, with tts.google_cloud_say until last update.
Now if i read documentation correctly, i should use tts.speak.
Here is an example of my automation :
action: tts.speak
target:
entity_id: tts.google_cloud
data:
media_player_entity_id: media_player.sonos
cache: false
But it’s not working, no error message but so sound !!!
If i use tts.google_translate, no problem…
action: tts.speak
target:
entity_id: tts.google_translate_fr_fr
data:
media_player_entity_id: media_player.sonos
cache: false
Help !
1 post - 1 participant