forked from foxy82/warmup4IE
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes deprecation warnings in HA 2024.2.x (#74)
* First pass at trying to fix TURN_OFF and TURN_ON compatibility from 2024.2 Implementing new TURN_OFF, TURN_ON feature flags to squelch warnings in 2024.2 forward. Still struggling with the async_turn_on and off calls. They don't work. I.e. calling home assistant generic turn on/off on a warmup climate object. * First pass at supporting new turn off/on Supported the new flags to quell warnings from HA after https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded * Bump version and update readme Bumped version and updated README with logger information (it was not straightforward to figure out both settings)
- Loading branch information
1 parent
cd817c5
commit bf778a8
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters