Skip to content

Instantly share code, notes, and snippets.

@MarkWattTech
Last active October 14, 2023 13:40
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkWattTech/863814c7ef58941b5b8dea5fbd7cf3ca to your computer and use it in GitHub Desktop.
Save MarkWattTech/863814c7ef58941b5b8dea5fbd7cf3ca to your computer and use it in GitHub Desktop.
Alexa TTS from Tutorial
# Standard TTS notification
service: notify.alexa_media_kitchen_echo
data:
message: this is a test
data:
type: tts
# Sequence Notification
service: media_player.play_media
data:
media_content_id: Alexa.Joke.Play
media_content_type: sequence
target:
entity_id: media_player.kitchen_echo
# SSML Notification
service: notify.alexa_media_kitchen_echo
data:
message: >-
"<amazon:effect name='whispered'>This is a whispered
notification.</amazon:effect>"
data:
type: announce
method: speak
@Stalitsa
Copy link

Stalitsa commented Apr 5, 2022

Great job mate thanks for sharing! Is there an online list with all possible options for the Has and alexa integration??
Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment