Update blueprints/automations/bzo_climate.yaml
Fixed shutdown of A/C when temp has reached target.
This commit is contained in:
@@ -470,8 +470,8 @@ action:
|
|||||||
- if:
|
- if:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{{ (should_cool and room_temp > desired_temp) or
|
{{ (should_cool and room_temp < desired_temp) or
|
||||||
(not should_cool and room_temp < desired_temp) }}
|
(should_heat and room_temp > desired_temp) }}
|
||||||
then:
|
then:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
target:
|
target:
|
||||||
|
|||||||
Reference in New Issue
Block a user