kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.53k stars 207 forks source link

tts on Alexa devices #507

Closed Davecl closed 3 years ago

Davecl commented 3 years ago

Alexa devices can no longer use "say" for tts they must now use notify.alexa_media_dave_s_echo_show Any idea how I do this, I really like the idea of tts input on the card Thanks

kalkih commented 3 years ago

Hello, Specifying alexa as tts platform in the card config should call notify.alexa_media, this seems right according to the docs.

Davecl commented 3 years ago

Thanks.. I'll have another look