From b8d281649468ba1dfdff22b79c0cadb089d7425b Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 17 Nov 2022 00:52:27 +0100 Subject: [PATCH] Fix calendar coffee machine automation --- configuration/automations/calendar.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/calendar.yaml b/configuration/automations/calendar.yaml index d934bd2..e4181d4 100644 --- a/configuration/automations/calendar.yaml +++ b/configuration/automations/calendar.yaml @@ -9,9 +9,9 @@ action: - choose: - conditions: - - platform: numeric_state + - condition: numeric_state entity_id: sensor.coffee_machine_electrical_measurement - below: 4 + above: 4 sequence: - wait_for_trigger: - platform: numeric_state