Fix wrong state for humidifier automations
This commit is contained in:
parent
074cd3c9f9
commit
d0e037c419
@ -6,11 +6,11 @@
|
|||||||
below: '45'
|
below: '45'
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.bedroom_window_open_close
|
entity_id: binary_sensor.bedroom_window_open_close
|
||||||
to: 'close'
|
to: 'closed'
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: binary_sensor.bedroom_window_open_close
|
entity_id: binary_sensor.bedroom_window_open_close
|
||||||
state: 'close'
|
state: 'closed'
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.ble_humidity_bedroom_sensor
|
entity_id: sensor.ble_humidity_bedroom_sensor
|
||||||
below: '45'
|
below: '45'
|
||||||
|
Loading…
Reference in New Issue
Block a user