Skip to content

Releases: gazoodle/gecko-home-assistant

v0.1.30

07 Mar 11:40
Compare
Choose a tag to compare

v0.1.30

  • Bump geckolib to 1.0.13
  • Add inMix synchro support

v0.1.29

07 Mar 00:02
Compare
Choose a tag to compare

v0.1.29

  • Bump geckolib to 1.0.11
  • Fix tardy updates to spa controls
  • inMix driver updates the whole inMix structure in one go - hopefully this will control the zones correctly.

v0.1.28

04 Mar 13:09
Compare
Choose a tag to compare

v0.1.28

  • Bump geckolib to 1.0.10
  • Handle TempNotValid error by making climate, water heater and current temperature sensors unavailable
  • Fix Error sensor that wasn't updating if the library error sensor changed state

v0.1.27

04 Mar 09:55
Compare
Choose a tag to compare

v0.1.27

  • Bump geckolib to 1.0.9
  • Fixed broken EcoMode swithc that 1.0.8 introduced (#160)
  • Added pump and blower sensors to show P & BL device states because buttons use UdP exclusively (#159)
  • Restore old min temperature, but use the max config data for min & max if available (#149)

v0.1.26

03 Mar 10:05
Compare
Choose a tag to compare

v0.1.26

  • Bump geckolib to 1.0.8
  • Mr.Steam basic support

v0.1.25

27 Feb 23:12
Compare
Choose a tag to compare

v0.1.25

  • Bump geckolib to 1.0.7
  • Get some sensors from Mr.Steam units hopefully

v0.1.24

26 Feb 16:38
Compare
Choose a tag to compare

v0.1.24

  • Bump geckolib to 1.0.6 to handle bubble generator issues
  • Fix platorm loading bug that caused errors in log file during start-up

v0.1.23

18 Feb 16:30
Compare
Choose a tag to compare
  • Support basic inMix RGB zones. Need feedback on this. No lighting modes or synchro support yet.
  • Made platform load/unload more tolerant of runtime faults

v0.1.21

17 Feb 20:38
Compare
Choose a tag to compare

Prevent various entities (such as reminder dates) from being included in scenes as this would make reminders a bit pointless. This was belt and braces really since the date platform doesn't support scene restore, but in doing this, there were other entities that were being used that would have potentially caused problems.

v0.1.20

17 Feb 19:38
Compare
Choose a tag to compare

Support changing date for reminders. A simple button to reset was originally considered, but ended up being a date object that can be set which gives much better flexibility. You can write your own buttons now.