Skip to content

Releases: jason0x43/hacs-hubitat

v0.5.0

13 May 02:27
Compare
Choose a tag to compare

This release allows the IP address used by the integration to access a Hubitat hub to be changed (#31). (In previous versions, updating the IP required the integration to be removed and re-added.)

Note that installing this version will migrate the unique IDs of all entities to a new format that uses the Hubitat MAC address rather than its IP address. This means that downgrading, while still possible, is more involved than just installing a previous version, so you may want to make a snapshot before updating.

v0.4.22

12 May 00:11
Compare
Choose a tag to compare

This release changes how RGB light colors are handled to try to address #33. Previously, color changes were handled by sending individual setHue and setSaturation commands. Sending those in quick succession could confuse some lights. This release uses a single setColor command to update a light's color.

v0.5.0-pre

11 May 02:34
Compare
Choose a tag to compare
v0.5.0-pre Pre-release
Pre-release

This prerelease allows the IP address of a Hubitat hub to be changed (#31). (In previous versions, updating the IP required the integration to be removed and re-added.) It's a pre-release because it migrates the unique IDs of all entities to a new format that uses the Hubitat MAC address rather than its IP address. If that goes wrong it's a bit of a pain to deal with. 😄

Note that once you install this version, you can't easily downgrade -- you'll need to restore a snapshot or your config directory.

v0.4.21

07 May 02:18
Compare
Choose a tag to compare

This release supports more buttons (up to 12) for button controllers. (#43)

v0.4.20

01 May 01:06
Compare
Choose a tag to compare

This release:

  • Adds French translations for setup (#40)
  • Detects switches with "Lumière" in their names as lights (#41)
  • Considers all "switch level" switches (e.g., dimmers) to be lights (#37)
  • Updates the hubitatmaker dependency to include the type field in events (#36)

Thanks to @maxim31cote for the French language additions!

v0.4.19

19 Apr 17:15
Compare
Choose a tag to compare

This release updates the hubitatmaker dependency to fix an initialization bug.

v0.4.18

19 Apr 16:00
Compare
Choose a tag to compare

This release updates the hubitatmaker dependency to fix an issue with exported constants.

v0.4.17

19 Apr 15:34
Compare
Choose a tag to compare

This release updates the hubitatmaker dependency to allow debug logging of sent commands.

v0.4.16

21 Mar 16:29
Compare
Choose a tag to compare

This release fixes an issue where the integration would request state updates in HA for disabled devices. (#28)

v0.4.15

07 Mar 15:45
Compare
Choose a tag to compare

This release fixes a bug that caused locks using code encryption to become unresponsive. (#27)