Releases: custom-components/climate.programmable_thermostat
9.0
It was a long time since I've done something on this component, but I had a little time and no clue of how to solve issues, but thanks to AI! :)
So this release is quite interesting it solve the issues
- #71 and #42 about the config flow and option flow that it was not working
- #60 to add the possibility to have different step to increase temperature
- #45 to correct managment on sensor that require long time to setup (I've not tested this)
Moreover the code had a bit of refactoring and added the creation as device
Breaking change
When you install this, you'll probably need to manually delete the old entities in favor of the newly created in the device. Then manually rename new entries to delete the '_2' to avoid update all automations.
9.0-beta4
9.0-beta3
9.0-beta2
9.0-beta
8.6
8.5
8.4
8.3
After years I've been able to do some updates to fix few warnings and solve a couple of issues.
Unluckily I would not be able to add new features since I'm not an expert programmer and so it will took me a lot of time to do things. Time tha t I don't have..
I'll try only to keep it working through HA updates that sometimes can have breaking changes.
You can always make pull request and I'll merge them! If you do please ensure that the change works and doesn't break anything else :)
What's new:
8.3 beta 3
Removed the await on self.async_write_ha_state since the function is not an async one