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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user