mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
22 lines
493 B
YAML
22 lines
493 B
YAML
alias: Master Bedroom White Noise On
|
|
id: automation_master_bedroom_white_noise_on
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.master_bedroom_asleep
|
|
to: "on"
|
|
|
|
action:
|
|
- action: music_assistant.play_media
|
|
target:
|
|
entity_id: media_player.ma_bedroom_hub
|
|
data:
|
|
media_type: playlist
|
|
media_id: library://playlist/34
|
|
enqueue: replace
|
|
|
|
- action: switch.turn_on
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_bedroom
|