Corrected AC Automation syntax error
This commit is contained in:
@@ -98,7 +98,7 @@ actions:
|
|||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{{ state_attr(target_AC, 'current_temperature') | float(0) <= (target_temp | float(0) - target_hist | Float(0)) }}
|
{{ state_attr(target_AC, 'current_temperature') | float(0) <= (target_temp | float(0) - target_hist | float(0)) }}
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: !input climate_target
|
entity_id: !input climate_target
|
||||||
state: "cool"
|
state: "cool"
|
||||||
|
|||||||
Reference in New Issue
Block a user