From d0e037c419ddc2ac9653913e7fd78f02b6cdf109 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Thu, 21 Jan 2021 12:21:37 +0000 Subject: [PATCH] Fix wrong state for humidifier automations --- automations/files/bedroom-humidifier.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automations/files/bedroom-humidifier.yaml b/automations/files/bedroom-humidifier.yaml index 8d4ed27..42c4a6a 100644 --- a/automations/files/bedroom-humidifier.yaml +++ b/automations/files/bedroom-humidifier.yaml @@ -6,11 +6,11 @@ below: '45' - platform: state entity_id: binary_sensor.bedroom_window_open_close - to: 'close' + to: 'closed' condition: - condition: state entity_id: binary_sensor.bedroom_window_open_close - state: 'close' + state: 'closed' - condition: numeric_state entity_id: sensor.ble_humidity_bedroom_sensor below: '45'