Releases: jason0x43/hacs-hubitat
v0.7.2b1
This release fixes a bug that could occur when integrating multiple Hubitat hubs, or multiple instances of the Maker API on the same hub, with Home Assistant. Due to how device entries were created, if two devices had the same Hubitat device ID they would also end up with identical Home Assistant device IDs, causing their entities to all appear to be attached to a single device.
Note that installing this version of the integration will create new device entries for all of your devices! This may break automations that depend on device triggers.
The integration does not automatically remove devices that no longer have entities, as some devices legitimately don't have entities (e.g., pure button controllers). To clean up leftover devices, run through the integration's configuration flow and select the devices in the "Remove devices" step. The names of devices that don't have any associated entities will be tagged with an ""; for example, "Hall Light".
v0.7.1
This release updates the hubitatmaker dependency to v0.6.1, which supports automatic retries for failed requests to Hubitat (jason0x43/hubitatmaker#17).
v0.7.0
This release adds SSL support to the event server.
- Support SSL for the event server (#158)
- Update the Brazilian Portuguese translation file name (#161)
SSL for the event server is enabled by specifying the paths to a certificate and private key in the integration config flow. The paths are relative to your HA config root. These keys should be generated using a tool such as mkcert
and copied into your config directory.