Skip to content

Releases: gazoodle/gecko-home-assistant

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.

v0.1.19

17 Feb 14:27
Compare
Choose a tag to compare
  • Update bug template to link to gecko-home-assistant issues rather than the blueprint
  • Rework pumps to use new clean library versions, now supports one, two and variable speed pumps
  • Expose water heater as a native water heater entity in addition to the climate one
  • Expose water care mode as a select in addition to the climate preset modes
  • Support light L120 as well as existing internal light
  • Add buttons for all keypad operations
  • Add support for changing keypad backlight colour

Breaking Changes

  • Blower is now a fan, not a switch
  • Pump modes are no longer "HIGH", "LOW", "OFF", they are "HI", "LO", "OFF" or "ON"

v0.1.18

07 Feb 09:59
Compare
Choose a tag to compare

Support putting your spa into a scene.

v0.1.17

06 Feb 18:17
Compare
Choose a tag to compare

Add supoort for lock mode if it exists
Add support for standby mode
Add "Heating" binary sensor

v0.1.16

05 Feb 14:50
Compare
Choose a tag to compare

Support for external heat sources
Added sensor for when spa is in use
Improved initial connection speed
Refactor to tidy codebase