Releases: jason0x43/hacs-hubitat
v0.5.0
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
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
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
v0.4.20
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!