From 263282df4edcda4094b9fb29e7863dc0405eb1ea Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 25 Nov 2021 22:53:18 -0500 Subject: [PATCH] Adding a new condition to kill bedtime annc if skylar is already in bed --- config/automations.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/automations.yaml b/config/automations.yaml index d78cf1a..35f6426 100644 --- a/config/automations.yaml +++ b/config/automations.yaml @@ -528,7 +528,10 @@ - platform: time at: input_datetime.skylar_bedtime_holiday id: no_school - condition: [] + condition: + - condition: state + entity_id: input_boolean.skylar_awake + state: 'on' action: - choose: - conditions: @@ -803,4 +806,8 @@ - service: humidifier.turn_off target: entity_id: humidifier.diffuser_skylars_bedroom + - service: switch.turn_off + entity_id: switch.skylars_microphone + - service: scene.turn_on + entity_id: scene.skylars_night_light mode: single