Skip to content

Releases: jason0x43/hubitatmaker

v0.6.1

29 Mar 01:00
Compare
Choose a tag to compare

This release adds support for retrying failed requests (#17, @kevdliu).

v0.6.0

29 Mar 00:59
Compare
Choose a tag to compare

This release adds SSL support to the event server. (#16, @kevdliu)

v0.5.8

01 Jan 20:36
Compare
Choose a tag to compare

This release adds constants for energy meters (#14).

Thanks @cdhawan!

v0.5.7

01 Jan 20:35
Compare
Choose a tag to compare

Improved HSM and mode support.

v0.5.6

12 May 01:21
Compare
Choose a tag to compare
  • Add color-related attribute constants

v0.5.5

11 Apr 15:03
Compare
Choose a tag to compare
  • Ensure any errors emitted during mode and HSM initialization are caught so that overall initialization won't break.
  • Add a last_update property to Device that indicates the last time a state update was received from Hubitat for a device.

v0.5.4

26 Mar 00:25
Compare
Choose a tag to compare

This release updates dependencies to fix some low-severity vulnerabilities.

v0.5.3

05 Feb 03:44
Compare
Choose a tag to compare

Add constants for PowerSource devices (jason0x43/hacs-hubitat#103).

v0.5.2

05 Jan 01:59
Compare
Choose a tag to compare

Make the load_devices method of Hub public. This is used by the hubitat integration in Home Assistant to refresh the device list.

v0.5.1

05 Jan 01:58
Compare
Choose a tag to compare

Revert the removal of getmac as the hubitat Home Assistant integration does use the MAC address.