Replies: 1 comment
-
|
I'm stuck on this too, this is my config: tts:
platform: service
data:
service: tts.speak
target:
entity_id: tts.google_en_com
service_data:
cache: true
media_player_entity_id: media_player.kitchen_speaker
message_field: textBut I get the following error: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use Google as a TTS service?
I have a working automation in HA:
service: tts.speak
target:
entity_id: tts.google_en_com
data:
cache: true
media_player_entity_id: media_player.squeezebox_radio
message: TEXT
language: de
Isn't it possible to use this service? I haven't found out how.
Beta Was this translation helpful? Give feedback.
All reactions