More Sectionals!

This commit is contained in:
CeeWeasel
2025-07-11 14:26:20 -04:00
parent 919c396f8c
commit c6210fa0ee
33 changed files with 874 additions and 847 deletions
@@ -11,29 +11,33 @@ action:
# data:
# entity_id: input_select.master_bedroom_mode
# option: 'Off'
- service: media_player.volume_set
- action: media_player.volume_set
data:
volume_level: 0.4
volume_level: 0.3
target:
entity_id: media_player.master_bedroom_clock
device_id: d534ab473e271021b537397cbc6fe700
- choose:
- conditions:
condition: state
entity_id: input_boolean.kristy_home
state: 'on'
sequence:
- service: media_player.play_media
target:
entity_id: media_player.master_bedroom_clock
data:
media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm/thunderstorm.mp3
media_content_type: audio/mpeg
default:
- service: media_player.play_media
target:
entity_id: media_player.master_bedroom_clock
data:
media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm/thunderstorm.mp3
media_content_type: audio/mpeg
#- service: script.goodnight_kids_youtube_music
- action: media_player.shuffle_set
metadata: {}
data:
shuffle: false
target:
device_id: d534ab473e271021b537397cbc6fe700
- action: media_player.repeat_set
metadata: {}
data:
repeat: all
target:
device_id: d534ab473e271021b537397cbc6fe700
- action: music_assistant.play_media
metadata: {}
data:
media_id: library://track/101
media_type: track
enqueue: replace
target:
device_id: d534ab473e271021b537397cbc6fe700