Last week, September 17 marked our 3 year anniversary. In this time Home Assistant managed to grow from a simple script that turned on my lights when the sun set to a kick ass open source project with the best community an open-source project could wish for. This release contains features, bug fixes and performance tweaks by a total of **50** different people! We have also managed to cross the 1000 forks on GitHub. Talking about momentum!
This is a big release as we've completely overhauled the internals of Home Assistant. When I initially wrote Home Assistant, still figuring out the ins and outs of Python, I went for an approach that I was familiar with for an application with many moving parts: threads and locks. This approach has served us well over the years but it was slower than it needed to be, especially on limited hardware.
This all changed when [bbangert](https://github.com/bbangert) came around and took on the tough job to migrate the core over to use asynchronous programming. He did an amazing job and I am happy to say that the initial port has been done and is included in this release! On top of that, we have been able to keep our simple and straightforward API at the same time. We are still in the process of migrating more and more components over to the asynchronous API, so expect more speedups and awesome features in the upcoming releases.
SleepIQ and OpenALPR
There now is support for two new super cool things: Beds and license plates. [technicalpickles](https://github.com/technicalpickles) created a [SleepIQ](https://home-assistant.io/components/sleepiq/) component that let you monitor the sensor data of your bed. [pvizeli](https://github.com/pvizeli) has added license plate recognition based on [OpenALPR](https://home-assistant.io/components/openalpr/)! This means that you can now be notified about which car is parked on your driveway or in your garage. I also would like to use this opportunity to give a big shoutout to [pvizeli](https://github.com/pvizeli) for being such an awesome member of our community. He joined us at the end of June and has helped crush bugs and add awesome features ever since (65 pull requests already!).
Configuration validation
On the voluptuous front we have also made great progress. We were able to fully remove the legacy config helpers and have migrated 323 of the 346 components and platforms that needed migrating! This does mean that for some components the configuration has slightly changed, make sure to check out the breaking changes section at the bottom for more info. Thanks everybody for reviewing the Pull requests, testing the changes, and reporting issues.
Delayed Release
As you might have noticed, this release has been delayed by 5 days. This was due to a rare, difficult to reproduce problem with the Python interpreter. A huuuuge thanks to all the people that have helped countless hours in researching, debugging and fixing this issue: bbangert, turbokongen, lwis, technicalpickles, pvizeli, persandstrom and joyrider3774. I am grateful to have all of you as part of the Home Assistant community.
All changes
- Convert core from thread-based to be async-based ([bbangert](https://github.com/bbangert), [balloob](https://github.com/balloob))
- New [SleepIQ](https://home-assistant.io/components/sleepiq/) support ([technicalpickles](https://github.com/technicalpickles))
- Cover: [Vera](https://home-assistant.io/components/cover.vera/) is now supported ([pavoni](https://github.com/pavoni))
- Climate: Vera [climate](https://home-assistant.io/components/climate.vera/) devices are now supported ([robjohnson189](https://github.com/robjohnson189))
- Climate: [MySensors] is now supported ([kaustubhphatak](https://github.com/kaustubhphatak))
- Control Home Assistant with keyboard shortcuts ([deisi](https://github.com/deisi))
- More voluptuous config validations ([fabaff](https://github.com/fabaff), [kellerza](https://github.com/kellerza), [balloob](https://github.com/balloob))
- New [Nuimo](https://home-assistant.io/components/nuimo/) controller support added ([gross1989](https://github.com/gross1989))
- Sensor: [BOM](https://home-assistant.io/components/sensor.bom/) Weather component ([tinglis1](https://github.com/tinglis1))
- Automation: Option added to hide entity ([milaq](https://github.com/milaq))
- Sensor: [Emoncms](https://home-assistant.io/components/sensor.emoncms/) feeds now supported ([joyrider](https://github.com/joyrider))
- Sensor: Mi Flora [plant](https://home-assistant.io/components/sensor.miflora/) sensor now supported ([open-homeautomation](https://github.com/open-homeautomation))
- Logbook: Allow [filtering](https://home-assistant.io/components/logbook/) entities and hide hidden entities ([wokar](https://github.com/wokar))
- Notify: [Kodi](https://home-assistant.io/components/notify.kodi/) support added ([chrom3](https://github.com/chrom3))
- Notify: Support for [Simplepush](https://home-assistant.io/components/notify.simplepush/) added ([fabaff](https://github.com/fabaff))
- Sensor: [KNX](https://home-assistant.io/components/sensor.knx/) sensors now supported ([daBONDi](https://github.com/daBONDi))
- [Wink](https://home-assistant.io/components/wink/) improvements ([w1ll1am23](https://github.com/w1ll1am23))
- [ISY](https://home-assistant.io/components/isy994/) improvements ([Teagan42](https://github.com/Teagan42))
- Greatly improve the performance of templates (balloob, pvizeli)
- Notify - [Slack](https://home-assistant.io/components/notify.slack/): Support for username/icon ([Khabi](https://github.com/Khabi))
- MQTT room detection: Away [timeout](https://home-assistant.io/components/sensor.mqtt_room/) now supported ([mKeRix](https://github.com/mKerix))
- Link to relevant docs in config validation error messages (fabaff)
- Climate: [Nest](https://home-assistant.io/components/fan.nest/) can now control the fan ([jawilson](https://github.com/jawilson))
- Modbus: Major cleanup for [Modbus](https://home-assistant.io/components/modbus/) switches and sensors ([persandstrom](https://github.com/persandstrom))
- HTTP: Allow [passwordless](https://home-assistant.io/components/http/) logins from whitelisted IP addresses ([Danielhiversen](https://github.com/Danielhiversen))
- Sensor: Yahoo! Finance [stocks](https://home-assistant.io/components/sensor.yahoo_finance/) now supported ([tchellomello](https://github.com/tchellomello))
- Sensor: Set value based on incoming [email]([sam-io])
- Light: White value now supported ([mxtra], [MartinHjelmare](https://github.com/MartinHjelmare))
- [InfluxDB](https://home-assistant.io/components/influxdb/): Allow attaching extra data ([lwis](https://github.com/lwis))
- [OpenALPR](https://home-assistant.io/components/openalpr/) support ([pvizeli](https://github.com/pvizeli))
- Minor features and bug fixes by [fabaff](https://github.com/fabaff), [w1ll1am23](https://github.com/w1ll1am23), [turbokongen](https://github.com/turbokongen), [clach04](https://github.com/clach04), [mKeRix](https://github.com/mKerix), [pvizeli](https://github.com/pvizeli), [DavidLP](https://github.com/DavidLP), [nvella](https://github.com/nvella), [Teagan42](https://github.com/Teagan42), [ericwclymer](https://github.com/ericwclymer), [wokar](https://github.com/wokar), [kellerza](https://github.com/kellerza), [nkgilley](https://github.com/nkgilley), [jawilson](https://github.com/jawilson), [Danielhiversen](https://github.com/Danielhiversen), [ej81](https://github.com/ej81), [danieljkemp](https://github.com/danieljkemp), [balloob](https://github.com/balloob), [philhawthorne](https://github.com/philhawthorne), [LinuxChristian](https://github.com/LinuxChristian), [milas](https://github.com/milas), [simonszu](https://github.com/simonszu), [Cinntax](https://github.com/Cinntax), [irvingwa](https://github.com/irvingwa), [sytone](https://github.com/sytone), [kk7ds](https://github.com/kk7ds), [robbiet480](https://github.com/robbiet480).
Breaking changes
- `yahooweather` default name is now `yweather`. Also min and max temperature are now correctly called `Temperature Min` and `Temperature Max`.
- `ffmpeg` is now a component for manage some things central. All `ffmpeg_bin` options have moved to this compoment from platforms.
If you need help...
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.