Skip to content

Releases: custom-components/climate.programmable_thermostat

8.3

10 Jan 09:36
Compare
Choose a tag to compare

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
Compare
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

8.3 beta 2

09 Jan 15:26
365fa81
Compare
Choose a tag to compare
8.3 beta 2 Pre-release
Pre-release

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

09 Jan 14:36
Compare
Choose a tag to compare
8.3 beta 1 Pre-release
Pre-release

Here a new release in beta (I'm about to test it in the next days) that merged the 2 pull requests #64 and #67 and in which I've tried to update the use of constants that are deprecated.

8.2

09 Nov 16:30
09c8a7d
Compare
Choose a tag to compare
8.2

This version is just to merge a pull request.
I've been off form this for a while, but I'll try to catch up with some issues in the next months.

8.1

20 Mar 08:07
763b940
Compare
Choose a tag to compare
8.1

Fix

Added version in manifest

8.0

28 Jan 18:14
9283574
Compare
Choose a tag to compare
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!

7.6

09 Jan 09:31
0746425
Compare
Choose a tag to compare
7.6

New function!

New version, new function!
Now you'll get the opportunity to set heaters and coolers to the same value and you'll get manual version working!

More info in the description!

7.5

06 Jan 13:37
f8548e1
Compare
Choose a tag to compare
7.5

Small update

Now related_climate will manage more then one entity via YAML and CONFIG_FLOW.
Thanks @vldk for your PR.

7.4

27 Dec 10:43
c588c24
Compare
Choose a tag to compare
7.4

Added services.yaml to remove the error of missing file and solve the issue #30