A whole bunch of cleanup

This commit is contained in:
CeeWeasel
2025-02-10 15:08:18 -05:00
parent 4ee29d9a17
commit ad03f34254
78 changed files with 230 additions and 149 deletions
@@ -25,17 +25,20 @@ action:
# data:
# entity_id: input_select.nursery_mode
# option: 'Off'
- service: media_player.volume_set
data:
volume_level: 0.6
target:
entity_id: media_player.nursery_hub
- service: media_player.play_media
target:
entity_id: media_player.nursery_hub
data:
media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm.mp3
media_content_type: audio/mpeg
# The kids can turn on their own sounds. Just stop the music
# - service: media_player.volume_set
# data:
# volume_level: 0.6
# target:
# entity_id: media_player.nursery_hub
# - service: media_player.play_media
# target:
# entity_id: media_player.nursery_hub
# data:
# media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm.mp3
# media_content_type: audio/mpeg