mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user