From d991c010e02b515eec72f778bda3cf78af35e6fb Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 2 Oct 2023 18:18:56 -0400 Subject: [PATCH] Fix #152 --- automations.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/automations.yaml b/automations.yaml index c7c6bbb..be5b012 100644 --- a/automations.yaml +++ b/automations.yaml @@ -1204,3 +1204,20 @@ - automation.family_has_arrived - automation.family_has_left mode: restart +- id: '1696284855902' + alias: Hot Day Activate + description: If excessive heat is forecast after the scheduler has already run, + turn on the hot day boolean + trigger: + - platform: state + entity_id: + - binary_sensor.heat_warning + from: 'off' + to: 'on' + condition: [] + action: + - service: input_boolean.turn_on + data: {} + target: + entity_id: input_boolean.hot_day + mode: restart