Skip to content

v0.6.0

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 05 Jan 02:41
· 235 commits to master since this release

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).