Releases: jason0x43/hacs-hubitat
Releases · jason0x43/hacs-hubitat
v0.9.6
This release fixes an issue that could cause service calls to fail when more than one Hubitat hub had been added to Home Assistant. (#215)
Also, more field types have been specified in the service configurations. This allows more service fields to work with the service call UI instead of requiring values to be entered using YAML.
v0.9.5
This release fixes an issue where duplicate entities would be created for window shades.
v0.9.4
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
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
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
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
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
Allow empty lock codes to be sent with unlock requests (#195).
v0.8.5
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
This release adds state class attributes to sensor entities. This should allow sensor entities to show up in the energy dashboard. (#183)