Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Last active May 23, 2024 18:44
Show Gist options
  • Save dragonfire1119/b590e1175478e3fa38cb6f61299c1ad4 to your computer and use it in GitHub Desktop.
Save dragonfire1119/b590e1175478e3fa38cb6f61299c1ad4 to your computer and use it in GitHub Desktop.
Home Assistant TTS to homepods
service: tts.google_translate_say
data:
entity_id: media_player.christophers_homepod
message: This is Christopher's Homepod playing on Google Translate!
cache: true
enabled: true
service: media_player.play_media
data:
media_content_id: media-source://media_source/local/tts.mp3
media_content_type: music
announce: true
target:
entity_id:
- media_player.christophers_homepod
enabled: true
service: tts.cloud_say
data:
entity_id: media_player.christophers_homepod
cache: true
language: en-US
message: This is Christopher's HomePod Playing on Nabacasa
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment