You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/workspaces/ha-dev/homeassistant/components/zha/climate.py", line 439, in async_set_hvac_mode
if await self._thrm.async_set_operation_mode(HVAC_MODE_2_SYSTEM[hvac_mode]):
KeyError: 'auto'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hey there @dmulcahey, @Adminiuga, mind taking a look at this issue as it has been labeled with an integration (zha) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)
The problem
System modes defined here:
core/homeassistant/components/zha/climate.py
Line 119 in bb99d07
https://github.com/zigpy/zigpy/blob/1d69fc4d5aa724ce652cf002364879a25d30677c/zigpy/zcl/clusters/hvac.py#L215
Namely instead of Auto mode there is "heat_cool" mode with 'heat_cool' literal instead of auto.
From ZCL spec: https://zigbeealliance.org/wp-content/uploads/2019/12/07-5123-06-zigbee-cluster-library-specification.pdf
What version of Home Assistant Core has the issue?
core-2021.11.5
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Supervised
Integration causing the issue
ZHA
Link to integration documentation on our website
https://www.home-assistant.io/integrations/zha/
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response
The text was updated successfully, but these errors were encountered: