Skip to content

Releases: custom-components/climate.programmable_thermostat

9.0

13 Mar 15:16
1db8bbc

Choose a tag to compare

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

13 Mar 14:52
dd7b0e3

Choose a tag to compare

9.0-beta4 Pre-release
Pre-release

4th beta

9.0-beta3

13 Mar 13:57
dfb572f

Choose a tag to compare

9.0-beta3 Pre-release
Pre-release

Third test

9.0-beta2

13 Mar 13:44
55e8d63

Choose a tag to compare

9.0-beta2 Pre-release
Pre-release

Seconda beta per risoluzione problemi a #71 e #42

9.0-beta

13 Mar 11:55
64cef4c

Choose a tag to compare

9.0-beta Pre-release
Pre-release

This release is a beta version done with AI to try to solve some of the issues that are open on the page:

8.6

09 Apr 20:29
4f7d02a

Choose a tag to compare

8.6

As v8.5 with fixed version number

8.5

09 Apr 20:23
65d04cc

Choose a tag to compare

8.5

Merged PR #69 to add UniqueID
Thanks again Calcu2006

8.4

03 Jan 15:17
2ebc7e6

Choose a tag to compare

8.4

New version to fix a couple of warnings found in logs.

8.3

10 Jan 09:36

Choose a tag to compare

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:

  • self.async_update_ha_state() has been substituted with self.async_write_ha_state() as highlighted in #66
  • fixed the issue #44 that was causing the block of reloading configuration
  • subsituted all CURRENT_HVAC_* and HVAC_MODE_* with the new ones

8.3 beta 3

09 Jan 15:40

Choose a tag to compare

8.3 beta 3 Pre-release
Pre-release

Removed the await on self.async_write_ha_state since the function is not an async one