jeatheak / Mitsubishi-WF-RAC-Integration

WF-RAC homeassistant integration
MIT License
137 stars 26 forks source link

Add new `ClimateEntityFeature` flags to fix warnings on 2024.2 #79

Closed hmmbob closed 9 months ago

hmmbob commented 9 months ago

HA 2024.2 added 2 new ClimateEntityFeature flags (TURN_ON and TURN_OFF). This PR adapts to that change.

More info: https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/

Fixes #78