Add HA start trigger to AC automation

Ensures the automation evaluates current temperature on HA restart,
not just on threshold crossings or toggle enable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 19:34:59 +02:00
parent d4930a8139
commit 2490f04113
+2
View File
@@ -109,6 +109,8 @@
- entity_id: input_boolean.ac_automation_enabled
to: 'on'
trigger: state
- trigger: homeassistant
event: start
conditions:
- condition: state
entity_id: input_boolean.ac_automation_enabled