mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
13 lines
243 B
YAML
13 lines
243 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:
|
|
- service: media_player.turn_off
|
|
entity_id: media_player.nursery_hub
|
|
|