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