Download Home Assistant 0.86.1

Spread the love

Home Assistant is an open source home automation platform that runs under Python 3. It runs via Hassbian on a Raspberry Pi 3 or a Linux, macOS or Windows computer. It supports detecting devices, such as Nest thermostats, Philips Hue, Belkin WeMo switches, Mr. Coffee makers, the smart switches from Ikea and the mqtt protocol. In addition, where possible, it can control these devices and apply automation. For more information, please refer to this page and our Forum. The developers have released version 0.86.1 with the following changes.

0.86: New Lovelace UI and Zigbee Management Panel!

Today we’re releasing Home Assistant 0.86. And oh wow, this is an amazing release. First awesome thing: the Lovelace user interface, which we’ve been working on for the last 8 months, is now the default in Home Assistant. We have a lot to talk about, so we created a separate blog post just for the Lovelace release here.

Next up, we’ve updated the Home Assistant demo. It’s snappier, it’s snazzier, and best of all: it contains four fully functional Lovelace user interfaces that you can play with! Change the states or go in config mode and add, edit or re-organize the cards. We’ve set it up in such a way now that the demo will be automatically updated with the latest release of Home Assistant, so it will always feature the latest things.

Zigbee management panel

This release includes a brand new Zigbee management panel to manage your Zigbee network thanks to the hard work by @dmulcahey with the help of @Adminiuga and @damarco. The new panel makes it easy to:

  • Issue Permit and Remove operations
  • Reconfigure Node, which will rebind and reconfigure the reporting for a device. Which can help solve issues.
  • Reading and setting cluster attributes. This is useful for viewing and setting things such as device sensitivity levels.
  • View and issue cluster commands. Note on this feature: support for commands with arguments is coming soon.

The Zigbee team is also planning a bunch of cool things for 2019. Direct device binding (directly pairing remotes to lights) is already in development and they are planning support for group management as well. Targeted and broadcast joins are also right around the corner (we’re waiting for a new Zigpy release). Exciting times for Zigbee users!

Noteworthy breaking changes

This release also includes two noteworthy breaking changes. One is a follow up on the slugify breaking change from last release. We did not update the validation check for config options that need to be valid slugs. This means that some of your config values ​​might be invalid. Keep an eye at the console as we have a new message to tell you which ones are wrong.

This issue also impacts the entity registry, which could contain in some rare cases invalid entity IDs. Expect entity IDs to change if they contained a double underscore (which becomes 1) or if they started/ended in an underscore (which will be removed).

Another noteworthy breaking change (sorry!), is that the automation time trigger has been split into two: time and time_pattern. If you had a time trigger containing the keys hours, minutes or seconds, update the platform from time to time_pattern.

New Platforms

  • Support for Homekit controller/alarm control panel (@adrum – #19612)
  • Add support for HomeKit Controller Locks (@adrum – #19867)
  • Add support for HomeKit Controller covers (@adrum – #19866)
  • Add Roku hub and remote (@soberstadt – #17548)
  • Add emulated_roku component (@mindigmarton – #17596)

Release 0.86.1

  • Hotfix for blink initialization failure. Fixes #20335 (@fronzbot – #20351)
  • [FIX] Time reporting incorrect in sensor.gtt (@eliseomartelli – #20362)
  • Fix error when API doesn’t return a forecast. (@dgomes – #20365)
  • Fix restore state crashing invalid entity ID (@balloob – #20367)
  • Calling save before load would crash Lovelace storage (@balloob – #20368)

Version number 0.86.1
Release status Final
Operating systems Script language, Windows 7, Android, Linux, macOS, iOS, Windows 8, Windows 10
Website Home Assistant
Download
License type GPL
You might also like