Skip to content

Releases: jason0x43/hacs-hubitat

v0.9.31

13 Jul 20:55
f531a86
Compare
Choose a tag to compare

This release fixes an issue with valve initialization (#275).

v0.9.30

12 Jul 20:35
15dca4b
Compare
Choose a tag to compare

This release improves support (hopefully) for valves. (#275).

v0.9.29

07 Jul 20:09
afa5710
Compare
Choose a tag to compare

This release adds support for valve entities (#275) and removes the use of a deprecated initialization function (#276).

v0.9.29-pre0

02 Jun 22:12
b16e85e
Compare
Choose a tag to compare
v0.9.29-pre0 Pre-release
Pre-release

This release adds initial support for valves. (#275)

v0.9.28

27 Apr 23:02
190ae70
Compare
Choose a tag to compare

This release fixes an initialization issue when the integration is loaded in Home Assistant 2024.5.0b1. (#272)

v0.9.27

24 Apr 02:47
23ca63c
Compare
Choose a tag to compare

This release adds a workaround for an issue where Hubitat appears to allow some fans to be set to speeds that aren't in the fans' self-reported lists of supported speeds.

v0.9.26

27 Mar 04:15
84f37ee
Compare
Choose a tag to compare

This release contains some bug fixes and improves the display names for auto-created sensor entities.

  • Use the fan speeds supplied by Hubitat (#266)
  • Fix some lock attributes that weren't being updated when events were received from Hubitat (#267)
  • Always report a color mode for lights (#268)
  • Improve how display names are generated from attribute names. For example, the lastCodeName attribute will now show a name of Last Code Name instead of Lastcodename.

v0.9.25

08 Mar 05:09
1b66f55
Compare
Choose a tag to compare

This release fixes some incorrect CO and CO2 sensor definitions. (#263)

The Hubitat sensor spec defines the carbonDioxide attribute as a concentration measurement and the carbonMonoxide attribute as a binary sensor (detected/clear). The integration had both binary and measurement sensors defined for those attributes, and the invalid configurations have been removed.

v0.9.24

07 Mar 03:59
06bbcfc
Compare
Choose a tag to compare

This release has some internal changes and fixes a couple of major issues that popped up with HA 2024.3.

  • Don't add event listeners for temp entities. (#261) This issue only affected switch entities that were converted to lights, or light entities that were converted to switches, using the "Switches that should be lights" or "Lights that should be switches" functionality built into the integration.
  • Initialize entity state when entities are created. (#262, #264) Previously the entity state was initialized a bit later in the startup process, but that didn't work properly in HA 2024.3.
  • Fix a regression that broke climate entities in HA < 2024.1.
  • Emit debug entity initialization log messages after entities are fully initialized. This is only meaningful if you have debug logging enabled, but if you do, the logs are a lot better now.

v0.9.23

26 Feb 04:20
c229ed4
Compare
Choose a tag to compare

This release adds a couple of new features, fixes a warning, and makes a number of internal updates to keep up with recent changes to Home Assistant.

Thanks to @kevdliu and @irvintim for their contributions!

  • Add a get_codes service for retrieving codes from locks and alarm keypads. (#258)
  • Add support for button event entities (#250)
  • Resolve a climate entity warning (#255)
  • Use entity _attr_* properties rather than overriding entity @property methods