Language support #2649
Answered
by
neuquenfr
LeonardoHSilva
asked this question in
Q&A
Language support
#2649
-
Hi. Is it possible to have alexa tts messages in other languages? Something like this: action: notify.alexa_media Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
neuquenfr
Nov 2, 2024
Replies: 1 comment
-
Hello @LeonardoHSilva, I use the following code:action: tts.google_say
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LeonardoHSilva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @LeonardoHSilva,
I use the following code:
action: tts.google_say
data:
cache: false
entity_id: media_player.dot_del_escritorio
language: "{{states ('input_select.msg_language')}}"
message: "'{{states ('input_text.msg_wildcard')}}"
The "tts.google_say" command works well with both Google and Alexa.
At each message I send to Alexa,