#Wake up alarm with HomePod

1 messages · Page 1 of 1 (latest)

subtle valley
#

So, I'm trying to make a little wake up alarm for my wife so that some custom Gilmore Girls music starts at a certain time. We only have a Home Pod in the bedroom, so I wanted to use that to start playing. I have that working in fact, but the trouble is getting the alarm to stop playing.

Is there any way I can have my wife say something like "Siri, stop playing" and have it stop playing the music from the alarm? Perhaps I need to start playing the music differently? Suggestions?

#

Right now, my action script is this

action: media_player.play_media
data:
  media:
    media_content_id: media-source://media_source/music/Gilmore-Girls/La-la-long.m4a
    media_content_type: audio/mp4
    metadata:
      title: La-la-long.m4a
      thumbnail: null
      media_class: music
      children_media_class: null
      navigateIds:
        - {}
        - media_content_type: app
          media_content_id: media-source://media_source
        - media_content_type: ""
          media_content_id: media-source://media_source/music/.
        - media_content_type: ""
          media_content_id: media-source://media_source/music/Gilmore-Girls
      browse_entity_id: media_player.master_bedroom_home_pod
target:
  entity_id: media_player.master_bedroom_home_pod
enabled: false