Skip to content

Releases: jason0x43/hacs-hubitat

v0.6.2

27 Jan 01:52
Compare
Choose a tag to compare

This release fixes a bug that could cause Hubitat to be configured with an invalid URL event POST URL. #102

v0.6.1

06 Jan 02:58
Compare
Choose a tag to compare
  • Fix a bug that occurred when overriding switches to be lights (#92)
  • Improve cleanup process for overridden entities
  • Ensure overrides are removed when user clears an override in the UI

v0.6.0

05 Jan 02:41
Compare
Choose a tag to compare

This release updates the options flow to add some nifty new features.

  • The port no longer needs to be specified if a complete custom event server URL is provided. Also, a custom event server URL not longer requires a port if a custom port was specified.
  • The "use custom event server URL" checkbox is no longer present. Just erase the custom URL to stop using it.
  • Devices can now be removed (#76)
  • Certain device types (lights and switches) can now be overridden (#92)
  • New devices shared from Hubitat will be discovered during the options flow (so a restart is no longer required)

Device removal and type overrides are part of a new extended options flow. When you open the options pane it will look as it has with previous versions. However, after clicking "submit" you'll be presented with a device removal screen. Clicking "submit" on that will take you to a device override screen, and so on.

A bug was also fixed that was causing null color attributes to be added to the states of lights that didn't support them (#94).

v0.5.16

08 Dec 01:43
Compare
Choose a tag to compare
  • Use tenths precision for thermostats (#83)
  • Use proper value for active state of smoke detectors (#88)
  • Use proper attribute names for lock attributes (#89)

v0.5.15

28 Nov 21:41
Compare
Choose a tag to compare
  • Fix a bug that prevented initial setup unless a custom event server URL was provided.

v0.5.14

28 Nov 03:02
Compare
Choose a tag to compare
  • Support the flash command for lights and switches (#77). Flash functionality is an option to the turn_on service. When calling the service, a flash attribute may be included with a value of either long or short. The presence of the flash attribute will cause a flash command to be sent to the Hubitat device. The value of the attribute doesn't matter as Hubitat's flash command takes no arguments.

v0.5.13

28 Nov 02:26
Compare
Choose a tag to compare

Fix a bug that could cause Hubitat lights to fail to initialize

v0.5.12

27 Nov 16:17
Compare
Choose a tag to compare
  • Update hubitatmaker requirement to fix a typo in the COLOR_MODE_RGB constant; this was causing RGBW bulbs to not report color state (#72)
  • Show color name and color mode in light state (#72)

v0.5.11

26 Nov 15:52
Compare
Choose a tag to compare
  • Add pressure capabilities for sensors (#81)
  • The event server URL can now be configured during integration installation or through the options panel (#80)
  • Lock codes are no longer displayed as part of lock state (#58)

v0.5.10

11 Oct 01:57
9145007
Compare
Choose a tag to compare

This release improves support for auto/heat-cool mode for thermostats. (#74)