mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
13 lines
275 B
YAML
13 lines
275 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:
|
|
- service: media_player.media_stop
|
|
entity_id: media_player.master_bedroom_clock
|
|
|