mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
18 lines
406 B
YAML
18 lines
406 B
YAML
alias: Master Bedroom White Noise Off
|
|
id: automation_master_bedroom_white_noise_off
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.master_bedroom_asleep
|
|
to: "off"
|
|
|
|
action:
|
|
- action: media_player.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: media_player.ma_bedroom_hub
|
|
|
|
- action: switch.turn_off
|
|
data: {}
|
|
target:
|
|
entity_id: switch.adaptive_lighting_sleep_mode_bedroom |