diff --git a/automations/files/bedroom-humidifier.yaml b/automations/files/bedroom-humidifier.yaml index 9d90f43..8d4ed27 100644 --- a/automations/files/bedroom-humidifier.yaml +++ b/automations/files/bedroom-humidifier.yaml @@ -4,7 +4,16 @@ - platform: numeric_state entity_id: sensor.ble_humidity_bedroom_sensor below: '45' - condition: [] + - platform: state + entity_id: binary_sensor.bedroom_window_open_close + to: 'close' + condition: + - condition: state + entity_id: binary_sensor.bedroom_window_open_close + state: 'close' + - condition: numeric_state + entity_id: sensor.ble_humidity_bedroom_sensor + below: '45' action: - service: switch.turn_on entity_id: switch.humidifier_plug @@ -16,6 +25,9 @@ - platform: numeric_state entity_id: sensor.ble_humidity_bedroom_sensor above: '50' + - platform: state + entity_id: binary_sensor.bedroom_window_open_close + to: 'open' condition: [] action: - service: switch.turn_off