Hi Guys,
I have the following script to play music:
alias: Breakfast Music
sequence:
- service: media_player.play_media
target:
entity_id: media_player.kitchen_living
data:
media_content_id: FV:2/1
media_content_type: favorite_item_id
metadata:
title: 181.FM Classic Hits 181
thumbnail: http://cdn-radiotime-logos.tunein.com/s55022q.png
media_class: genre
children_media_class: null
navigateIds:
- {}
- media_content_type: favorites
media_content_id: ""
- media_content_type: favorites_folder
media_content_id: object.item.audioItem.audioBroadcast
mode: restart
icon: mdi:music`
How can I update it to then stop the music after 1hr?
I’ve read about the wait_delay options but couldn’t figure them out.