Skip to content

Releases: custom-components/climate.programmable_thermostat

7.3

19 Dec 11:18
0310615
Compare
Choose a tag to compare
7.3

Bug fix to correct HVAC action in OFF mode.

7.2

26 Nov 20:21
3098c95
Compare
Choose a tag to compare
7.2

Bug fix that was causing losing the entity at restart if configured through UI.

7.1

22 Nov 10:39
f7da323
Compare
Choose a tag to compare
7.1

Bug fixing!

  • Solved the issue #26 which was causing heating and cooling function not working if integration was created using config_flow

7.0

14 Nov 18:30
0a752ed
Compare
Choose a tag to compare
7.0

#NEW VERSION

  • Now is possible to define a minimum duration of cycle on-off as requested in issue #19
  • As requested in issue #17 the HVAC_ACTION is showing the right action
  • I'm trying to introduce the reload feature from frontend, but it is not working! (At the moment)

6.4

07 Nov 15:57
04d44f4
Compare
Choose a tag to compare
6.4

Bugfix!
Merged the Pull Request from @jsiemek and version bump.
Thanks for the fix I didn't get the warning.

6.3

19 Jun 09:39
e08d7ff
Compare
Choose a tag to compare
6.3

Bug fixing of the not turning off when moving to off mode

6.2

12 Jun 17:13
3a40986
Compare
Choose a tag to compare
6.2

Small fixes:

  • Removed the deprecated CliamateDevice and migrated to ClimateEntity
  • Removed the import of CC_STARTUP_VERSION that sometimes wasn't loading well.

6.1

13 May 16:50
94edcc5
Compare
Choose a tag to compare
6.1

Fixing a small bug on unload entities and removed the repeting setting action that cause issue to some of you.

6.0

06 May 19:33
d33e4c0
Compare
Choose a tag to compare
6.0

BIG CHANGES IN THA HOUSE!

Big changes and NO breaking ones!

What's new:

  • UI setup is landed! Now you can set up everything from UI. (in next releases I'll put in place also the option flow)

What else:

  • Splitting up code in different files to have it more clear
  • Clean up code to remove useless things
  • Logs more clear to let you identify immediatly the instance that is causing the error

UI setup languages available are only English and Italian. If you would like to prepare the JSON with translation in your language it would be appreciated! To do this just copy one of the JSON within the translations folder and prepare your own!

Enjoy it guys.

5.1

08 Mar 14:51
e166abe
Compare
Choose a tag to compare
5.1

Bug fix! :)
Be aware of the breaking change in version 5.0!