mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
12 lines
256 B
YAML
12 lines
256 B
YAML
alias: Girls Room White Noise Off
|
|
id: automation_girls_room_white_noise_off
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.girls_room_asleep
|
|
to: "off"
|
|
|
|
action:
|
|
- action: media_player.turn_off
|
|
entity_id: media_player.ma_girls_room_hub
|