Skip to content

Instantly share code, notes, and snippets.

@thejeffreystone
Created September 22, 2022 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejeffreystone/79fe60dfa160c3060cd6a9dd35e4cb2f to your computer and use it in GitHub Desktop.
Save thejeffreystone/79fe60dfa160c3060cd6a9dd35e4cb2f to your computer and use it in GitHub Desktop.
Random Message from Echo
service: notify.alexa_media
data:
message: >
<voice name="{{ voice }}"> <amazon:auto-breaths> <prosody rate="medium"> I
know a Haiku. This one is called,
{{ [
'Good Morning From The Cat',
'Tee Rex Hug.',
'It Fits.',
'Minecraft Creepers.'
]|random }}
</prosody> </amazon:auto-breaths> </voice>
target: media_player.adam_s_2nd_echo_dot
data:
type: tts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment