@Count.Zilch wrote:
Not sure what I’m doing wrong here, but as a simple test, I want to a) play a chime over Google Home, and then b) do a TTS announcement to ask one of my kids to come down for dinner. I’ve created this via the GUI but for some reason I can’t get it to run the chime. Most of the time it just does the TTS. Sometimes it randomly plays the chime only. Are both of these getting triggered at once? Do I need a pause or something to fire them in sequence?
comedownstairs: alias: Buddy, Come Downstairs sequence: - data: media_content_id: https://<domain>.duckdns.org:8123/local/Computer_Magic.mp3 media_content_type: music entity_id: media_player.library_speaker service: media_player.play_media - data: entity_id: media_player.library_speaker message: Buddy, come downstairs entity_id: media_player.library_speaker service: tts.google_say
Posts: 4
Participants: 3