Skip to content

Releases: jason0x43/hubitatmaker

v0.5.0

05 Jan 01:57
Compare
Choose a tag to compare
  • Remove the getmac dependency as MAC addresses weren't being used.
  • Use the port from the event server URL if no custom port is provide, and use the custom port if no port is provided in the event server URL.

v0.4.5

05 Jan 01:56
Compare
Choose a tag to compare

Don't fail initialization when HSM and/or mode support is unavailable. (#8)

v0.4.4

05 Jan 01:55
Compare
Choose a tag to compare

Add a constant for the flash command

v0.4.3

27 Nov 16:12
Compare
Choose a tag to compare

Fix a typo in a color mode constant. (jason0x43/hacs-hubitat#85, jason0x43/hacs-hubitat#72)

v0.4.2

27 Nov 16:11
Compare
Choose a tag to compare

Create and close an aiohttp connection for every request to prevent resource leakage.

v0.4.1

26 Oct 01:45
Compare
Choose a tag to compare

This release fixes an issue where the event URL couldn't be set back to the default value on an existing hub instance.

v0.4.0

25 Oct 19:23
Compare
Choose a tag to compare

This release adds several new features:

  • The hub's event POST URL may now be manually set (#7)
  • Hubitat modes are now supported (#4). The current mode is loaded at startup and updated as mode events are received, and the mode can be set.
  • Hubitat's HSM functionality is now supported (#3). The current HSM state is loaded at startup and updated as HSM events are received, and the HSM state can be set.

There is also a bug fix:

  • Non-device events are no longer emitted to device listeners (#6)

v0.3.15

25 Oct 19:20
Compare
Choose a tag to compare

This release improves support for RGB light devices.

v0.3.14

25 Oct 19:18
Compare
Choose a tag to compare

This release adds support for pressure measurement devices (#5).

v0.3.13

25 Oct 19:17
Compare
Choose a tag to compare

This release lowers the minimum required Python version to 3.7.1.