Skip to content

Releases: jason0x43/hacs-hubitat

v0.7.2b1

12 May 00:59
Compare
Choose a tag to compare
v0.7.2b1 Pre-release
Pre-release

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

01 Apr 03:01
Compare
Choose a tag to compare

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

16 Mar 00:53
Compare
Choose a tag to compare

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.

v0.6.19

13 Feb 20:10
Compare
Choose a tag to compare

This release fixes a deprecation warning and adds a new translation.

  • Fix device_state_attributes warning (#156)
  • Add Brazilian Portuguese translation (#157)

v0.6.18

24 Jan 14:48
Compare
Choose a tag to compare

This release fixes a bug in the climate temperature unit handler that could cause the units to be incorrectly reported as Fahrenheit.

v0.6.17

21 Jan 03:03
Compare
Choose a tag to compare

This release fixes a bug where climate devices would sometimes use the wrong temperature units. (#150)

v0.6.16

21 Jan 01:41
Compare
Choose a tag to compare

This release fixes a bug that would cause removed devices to stick around in the device type overrides lists (Switches -> Lights, Lights -> Switches), which would prevent the configuration flow from completing. (#155)

v06.15

01 Jan 20:37
Compare
Choose a tag to compare

This release adds support for energy meters (#148).

Thanks @cdhawan!

v0.6.14

07 Sep 02:24
3bce671
Compare
Choose a tag to compare

This release updates the entity name generation code to use title case rather than lower-casing attribute names. (#138) For example, previously the motion sensor of a multi-sensor device named "Barn Sensor" would have been "Barn Sensor motion". Now it will be "Barn Sensor Motion".

Thanks @amosyuen!

v0.6.13

06 Aug 04:48
Compare
Choose a tag to compare

This release fixes a regression introduced in v0.6.11 that resulted in incorrect device names. (#133)