Skip to content

Releases: jason0x43/hacs-hubitat

v0.9.5

17 Apr 01:11
b9549bb
Compare
Choose a tag to compare

This release fixes an issue where duplicate entities would be created for window shades.

v0.9.4

14 Apr 19:18
1c2d990
Compare
Choose a tag to compare

This release removes a duplicate sensor definition which could lead to some non-fatal errors when using pressure sensors from Hubitat. (#208)

v0.9.3

14 Apr 18:49
1033ea7
Compare
Choose a tag to compare

This release updates the heuristic used to differentiate between switches and lights to use the Hubitat device label if it's set rather than the name. (#210)

v0.9.2

13 Apr 16:58
2945e42
Compare
Choose a tag to compare

This release is uses the Hubitat device label as the HA device name. The previous release was only applying the Hubitat label to entities in HA.

v0.9.1

13 Apr 12:14
4a74b90
Compare
Choose a tag to compare

This release updates what is shown as a device's name in HA. If it's defined, a Hubitat device's label will be used (this was always used in pre-0.9.0), otherwise the device's name will be used.

v0.9.0

13 Apr 03:07
bd35a8f
Compare
Choose a tag to compare

This release supports a bunch of new devices, attributes, capabilities, and commands. Thanks, @syepes!

  • Add hubitatmaker source to the integration
  • New sensors: CO2 sensor, natural gas sensor, sound sensor, VOC sensor, (so many sensors)... See sensor.py and binary_sensor.py for the full list
  • New covers: window blinds and window controller
  • Support releasable button capability
  • Support units for device attributes and events
  • Support Hubibtat's room, manufacturer, and model device properties
  • Add state_class to sensors
  • Replace deprecated constants with new enumerations

v0.8.6

24 Feb 00:05
21c926d
Compare
Choose a tag to compare

Allow empty lock codes to be sent with unlock requests (#195).

v0.8.5

06 Feb 01:39
97345c5
Compare
Choose a tag to compare

This release fixes a bug that prevented lock entities in HA from being able to submit unlock codes to Hubitat locks. (#194)

v0.8.5b1

17 Jan 03:39
Compare
Choose a tag to compare
v0.8.5b1 Pre-release
Pre-release

This release adds state class attributes to sensor entities. This should allow sensor entities to show up in the energy dashboard. (#183)

v0.8.4

17 Jan 03:38
Compare
Choose a tag to compare

This release makes an internal code change and also includes code to help remove leftover devices that may have been created by the integration.

  • Replace uses of DEVICE_CLASS_* constants with platform class enumerations such as SensorDeviceClass.*. (#191)
  • When using the integrations device removal functionality (in the config flow), add an asterisk ('*') to the names of devices that are using legacy identifiers and can likely be removed.