Compare commits

...

1 Commits

Author SHA1 Message Date
ttrabatt 57efbc273f Corrected AC Automation syntax error 2026-07-06 16:08:21 +02:00
@@ -98,7 +98,7 @@ actions:
- conditions:
- condition: 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
entity_id: !input climate_target
state: "cool"