From ec8cd51a17d81463948db2fbcfd1155da16e0cb9 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 24 Dec 2022 14:03:20 -0500 Subject: [PATCH] Add vacation mode condition to E's air conditioning script --- packages/climate.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/climate.yaml b/packages/climate.yaml index 16bdef7..bee242a 100644 --- a/packages/climate.yaml +++ b/packages/climate.yaml @@ -184,6 +184,10 @@ automation: trigger: - platform: time at: input_datetime.emma_bedtime + conditions: + - condition: state + entity_id: input_boolean.vacation_mode + state: 'off' action: - if: - condition: state