Releases: jason0x43/hacs-hubitat
Releases · jason0x43/hacs-hubitat
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
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
, andmodel
device properties - Add
state_class
to sensors - Replace deprecated constants with new enumerations
v0.8.6
v0.8.5
v0.8.5b1
v0.8.4
This release makes an internal code change and also includes code to help remove leftover devices that may have been created by the integration.
- Replace uses of
DEVICE_CLASS_*
constants with platform class enumerations such asSensorDeviceClass.*
. (#191) - When using the integrations device removal functionality (in the config flow), add an asterisk ('*') to the names of devices that are using legacy identifiers and can likely be removed.