Forgot to change a parameter #52

This commit is contained in:
2022-10-12 20:27:40 -04:00
parent a95442c5ff
commit 2647ea297d

View File

@ -172,13 +172,9 @@ automation:
- condition: state - condition: state
entity_id: input_boolean.nursery_aircon_installed entity_id: input_boolean.nursery_aircon_installed
state: 'on' state: 'on'
- condition: template - condition: state
value_template: > entity_id: input_select.scheduled_climate_mode_nursery_aircon
{% if states('sensor.tonights_low_temp') >= states('input_number.nursery_aircon_threshold') %} state: 'AC'
true
{% else %}
false
{% endif %}
action: action:
- service: fan.turn_on - service: fan.turn_on
target: target: