Automation for E's white noise

This commit is contained in:
2022-10-17 23:41:51 -04:00
parent 76ca50210d
commit 6e41bb6b8b

View File

@ -196,4 +196,17 @@ automation:
who: "parents"
title: "Nursery Climate Schedule"
message: "The air conditioner in the nursery has been activated."
- if:
- condition: state
entity_id: input_select.scheduled_climate_mode_nursery_aircon
state: 'White Noise'
then:
- service: input_boolean.turn_on
target:
entity_id: input_boolean.white_noise_emma_bedroom
- service: script.text_notify
data:
who: "parents"
title: "Nursery Climate Schedule"
message: "White noise has been activated in the nursery."
mode: restart