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 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 19:28:15 +02:00
parent d6e1e3d277
commit d4930a8139
+4
View File
@@ -127,6 +127,10 @@
entity_id: climate.echos_mobile_klimaanlage_mit_wifi entity_id: climate.echos_mobile_klimaanlage_mit_wifi
data: data:
hvac_mode: cool hvac_mode: cool
action: climate.set_hvac_mode
- target:
entity_id: climate.echos_mobile_klimaanlage_mit_wifi
data:
temperature: 16 temperature: 16
action: climate.set_temperature action: climate.set_temperature
- target: - target: