From 2490f041139cea1ed2cf1bb840f1612ffa402ff9 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Sat, 20 Jun 2026 19:34:59 +0200 Subject: [PATCH] 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 --- automations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automations.yaml b/automations.yaml index cae4946..0b1c23d 100644 --- a/automations.yaml +++ b/automations.yaml @@ -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