Skip to content

Releases: jason0x43/hacs-hubitat

v0.9.41

03 Jan 16:01
35e1911
Compare
Choose a tag to compare

This release adds support for syncing device locations (rooms) in Hubitat with Home Assistant. (#257)

A new "Synchronize rooms" option has been added to the integration. When enabled, the integration will set the areas of devices in Home Assistant to match their rooms in Hubitat. For example, if a switch is in a room named "Garage" in Hubitat, the corresponding switch in Home Assistant will be assigned to an area named "Garage". If a device's room in Hubitat doesn't have a matching area in Home Assistant, a new area will be created.

To enable room synchronization, open the integration in Home Assistant and tap "Configure". Check the "Synchronize rooms" option and then step through the rest of the config flow.

v0.9.40

02 Jan 18:33
a4bb90a
Compare
Choose a tag to compare

This release fixes a bug in the fan code that could cause fan entities to stop working in Home Assistant 2025.1.

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)