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
Replaced deprecated cover-related constants with updated equivalents from Home Assistant's API, such as `CoverDeviceClass` and `CoverEntityFeature`. This change ensures better compatibility with the evolving Home Assistant platform and aligns the integration with current standards.
Improve error handling and update README
Added error logging for unknown sensor values in climate.py initialization. Also updated the README to reflect the latest tested Home Assistant version.