mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
12 lines
247 B
YAML
12 lines
247 B
YAML
alias: Nursery White Noise Off
|
|
id: automation_nursery_white_noise_off
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id: input_boolean.nursery_asleep
|
|
to: "off"
|
|
|
|
action:
|
|
- action: media_player.turn_off
|
|
entity_id: media_player.ma_girls_room_hub
|