Releases: jason0x43/hubitatmaker
Releases · jason0x43/hubitatmaker
v0.6.1
This release adds support for retrying failed requests (#17, @kevdliu).
v0.6.0
This release adds SSL support to the event server. (#16, @kevdliu)
v0.5.8
This release adds constants for energy meters (#14).
Thanks @cdhawan!
v0.5.7
Improved HSM and mode support.
v0.5.6
- Add color-related attribute constants
v0.5.5
- 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
This release updates dependencies to fix some low-severity vulnerabilities.
v0.5.2
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
Revert the removal of getmac as the hubitat Home Assistant integration does use the MAC address.