Releases: jason0x43/hacs-hubitat
Releases · jason0x43/hacs-hubitat
v0.6.2
v0.6.1
v0.6.0
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
v0.5.15
v0.5.14
- Support the
flash
command for lights and switches (#77). Flash functionality is an option to theturn_on
service. When calling the service, aflash
attribute may be included with a value of eitherlong
orshort
. The presence of theflash
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.