Releases: custom-components/climate.programmable_thermostat
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
8.3 beta 2
I've missed a couple of constant so this is the fix. Moreover I've noticed also a warning about the use of self.async_update_ha_state so this has been changed too. (+ other small changes to the repositery to fix few warnings)
8.3 beta 1
8.2
8.1
8.0
v8 -> BIG RELEASE
- OPTIONS FLOW is now active (it's not perfect since you have to type 'null' in field that you want to leave empty or remove, but it's working)
- Added automatic migration of UI configured entities so... NO MORE BREAKING CHANGES (I hope :))
- Better coding structure moving out some functions
- Downgraded some logs
Let me know if you have bugs or other things.
If you know how to manage empty fields in options flow (or what I did wrong) thanks for let me know!