Skip to content

Releases: jason0x43/hacs-hubitat

v0.9.39

02 Dec 17:12
3a8049a
Compare
Choose a tag to compare

This release has some internal updates to the config flow code, including showing more error context for certain errors during config flow processing.

v0.9.38

28 Nov 04:31
c9e239b
Compare
Choose a tag to compare

This release:

  • Updates the way alarm control panel sets its state based on recent HA updates (home-assistant/core#126283, #296)
  • Lowers the minimum temperature supported by climate entities to 40°F (4.4°C) (#299)

v0.9.38-pre0

27 Nov 04:51
9d89008
Compare
Choose a tag to compare
v0.9.38-pre0 Pre-release
Pre-release

This release updates the way alarm control panel sets its state based on recent HA updates (home-assistant/core#126283, #296).

v0.9.37

08 Nov 04:47
d27c93f
Compare
Choose a tag to compare

This release contains a couple of minor internal changes to keep up with recent Home Assistant updates.

  • Defer loading of SSL certificates to avoid blocking the event loop (#294 - thanks @kevdliu!)
  • Don't use deprecated alarm control panel state constants in 2024.11+ (0d50ea0)

v0.9.36

16 Sep 03:37
b95cdd3
Compare
Choose a tag to compare

This release enables transitions for lights. (#287)

Note that due to how the Maker API works, only level/brightness changes and color temperature changes (for color-temperature bulbs or RGB bulbs in CT mode) support transitions. Color changes do not support transitions.

v0.9.35

15 Sep 22:25
5ecced5
Compare
Choose a tag to compare

This release verifies that devices support the PowerMeter Hubitat capability before treating them as power sensors. (#288)

v0.9.34

15 Sep 21:17
855d491
Compare
Choose a tag to compare

This release improves how units are handled for pressure sensor values.

v0.9.33

03 Sep 01:50
30474ea
Compare
Choose a tag to compare

This release contains internal updates to support recent versions of Home Assistant. It also adds support for device-specific pressure units--the integration should now pay attention to the units of pressure values being sent by Hubitat, for events that include units. (#280)

v0.9.32

31 Aug 02:19
28b20c4
Compare
Choose a tag to compare

Changes in this release:

  • Update the fan entity to for changes in 2024.8
  • Remove the use of a deprecated HomeAssistant type (#276)
  • Set values for Hubitat HSM status and mode when initializing the integration (#282)

v0.9.31

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

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