zacs / ha-dualmodegeneric

Generic thermostat capable of heating and cooling
68 stars 26 forks source link

Updated Integration to work in newer versions (>=2024.1) #65

Closed david-kalbermatten closed 6 months ago

david-kalbermatten commented 6 months ago

In this PR, I replaced the deprecated constants with the newly introduced Enums. This seems to be a push from the Home Assistant devs to get rid of "Magic Numbers" in the code.

I did the minimal amount of changes to get it running again and get rid of the deprecation warnings.

Fixes: