blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
@@ -0,0 +1,57 @@
alias: Boys Room White Noise On
id: automation_boys_room_white_noise_on
trigger:
- platform: state
entity_id: input_boolean.boys_room_asleep
to: "on"
- platform: state
entity_id: media_player.ma_boys_room_clock
to: "idle"
for: 00:00:05
condition:
- alias: "Do we want to be alerted?"
condition: state
entity_id: input_boolean.boys_room_asleep
state: "on"
action:
- choose:
- conditions:
- condition: state
entity_id: media_player.ma_boys_room_clock
state: "playing"
sequence:
- action: media_player.media_stop
target:
entity_id: media_player.ma_boys_room_clock
- action: media_player.volume_set
data:
volume_level: 0.30
target:
entity_id: media_player.ma_boys_room_clock
#- action: script.goodnight_kids_youtube_music
- action: media_player.shuffle_set
metadata: {}
data:
shuffle: false
target:
entity_id: media_player.ma_boys_room_clock
- action: media_player.repeat_set
metadata: {}
data:
repeat: "all"
target:
entity_id: media_player.ma_boys_room_clock
- action: music_assistant.play_media
metadata: {}
data:
media_id: library://track/101
media_type: track
enqueue: replace
target:
entity_id: media_player.ma_boys_room_clock