Home Assistant is een opensourceplatform voor home-automation dat draait onder Python 3. Het draait via Hassbian op een Raspberry Pi 3 of een Linux-, macOS- of Windows-computer. Het ondersteunt het detecteren van apparaten, zoals Nest-thermostaten, Philips Hue, Belkin WeMo-schakelaars, Mr. Coffee-koffiezetapparaten, de slimme schakelaars van Ikea en het mqtt-protocol. Daarnaast kan het waar mogelijk deze apparaten aansturen en automatisering toepassen. Voor meer informatie verwijzen we naar deze pagina en ons forum. De ontwikkelaars hebben versie 0.82 uitgebracht en de release notes voor die uitgave zijn hieronder te vinden.
0.82: TensorFlow, Lovelace UI edit, Z-Wave Barrier ClassIt’s time for another great release. As this includes the tail-end of HacktoberFest, it’s packed again with stuff. Hope you like stuff.
I want to do a shout out to all the people who help with the documentation. Since the beginning of HacktoberFest, we’ve seen 953 PRs get merged, 953! Especially thanks to @klaasnicolaas who has converted 240 pages to the new configuration format. DAAAAANG.
We also got some cool new features. The first one being that you can now use TensorFlow, a machine learning framework, to detect objects on your cameras thanks to the hard work by @hunterjm. Check out the docs for more info.
Next up is that @rohankapoorcom has been working hard on converting more integrations to the Webhook format. This allows for easy setting up via the UI and generates difficult to guess urls. This release includes Mailgun, Twilio and DialogFlow.
The frontend team has been BUSY. We’re prepping Lovelace for general release and slowly all pieces are coming together. This release introduces an experimental, alpha, ultra-raw, (enough warnings already?) UI editor for Lovelace cards. It requires that your card has an ID but then, it just works. Including a live preview of the config you’re editing.
Also frontend related, in version 0.81 we removed all config splitting functions for ui-lovelace.yaml, we are happy to report that we managed to add back support for
!secret
and!include
. The rest of the config splitting commands you are used to inconfiguration.yaml
will not be available for Lovelace. Mind that you can not edit content in!include
from the UI, and!secret
cannot be used in the UI or preview at the moment.And we have one more thing… we have soft-forked Open Z-Wave and have added support for the barrier command class! This means that now you will be able to control your garage doors from Z-Wave without compiling Open Z-Wave yourself. We’ll continue to monitor what other features we can add to our fork while remaining close to the OZW project.
New Platforms
- Add device tracking for the BT Smart Hub router (@jxwolstenholme - #17158) (device_tracker docs) (new-platform)
- Météo-france sensor : current weather and 1 hour rain forecast (@victorcerutti - #17773) (sensor.meteo_france docs) (new-platform)
- Support for WeMo Humidifier (@sqldiablo - #17996) (wemo docs) (fan.wemo docs) (new-platform)
- Add a component for GreenEye Monitor (@jkeljo - #16378) (greeneye_monitor docs) (new-platform)
- TensorFlow image_processing component (@hunterjm - #17795) (image_processing.tensorflow docs) (new-platform)