From d4930a81399124ab921cefa4433260c94129cba9 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Sat, 20 Jun 2026 19:28:15 +0200 Subject: [PATCH] Fix AC automation not turning on the unit climate.set_temperature does not reliably switch hvac_mode on all integrations. Restore explicit climate.set_hvac_mode step before setting the target temperature. Co-Authored-By: Claude Sonnet 4.6 --- automations.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automations.yaml b/automations.yaml index e5ba2c3..cae4946 100644 --- a/automations.yaml +++ b/automations.yaml @@ -127,6 +127,10 @@ entity_id: climate.echos_mobile_klimaanlage_mit_wifi data: hvac_mode: cool + action: climate.set_hvac_mode + - target: + entity_id: climate.echos_mobile_klimaanlage_mit_wifi + data: temperature: 16 action: climate.set_temperature - target: