Last active
March 30, 2025 08:42
-
-
Save dragonfire1119/b590e1175478e3fa38cb6f61299c1ad4 to your computer and use it in GitHub Desktop.
Home Assistant TTS to homepods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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