0.32
Another two weeks have passed and we are pleased to present Home Assistant 0.32.
Hacktoberfest
The Hacktoberfest is over now. Home Assistant made the 2nd and the 3rd place out of almost 30'000 participating repositories with a total of 528 pull requests closed - that's an average of 17 pull requests a day! Thanks to all the contributors but also to the team of reviewers. This wouldn't been possible without you 👏 .
Improved error reporting
This release has improved the reporting when a config validation error occurs. Thanks to @kellerza you will now get a persistent notification added to your UI when this happens.
Asynchronous
This release contains the first asynchronous sensor and camera platforms. @pvizeli and @fabaff ported most of the "internal" sensors to async programming. We hope that you will enjoy the new speed.
@balloob and @pvizeli worked a lot on the improvement of the core itself.
Weather component
For a long time we have had a bunch of weather sensors but it's getting better: There is now a Weather component. Sorry, not much more to tell right now. The plans are to create a weather UI element and to improve the initial implementation.
All changes
- Config: Exclude dirs/files prefixed with . (@lwis)
- Add mochad component (@mtreinish)
- Notify: Added support for Android TV/FireTV (@danielperna84)
- HTTP: Migrate WSGI to asyncio (@balloob)
- Configurator: Support for
entity_picture(@amills) - Core: Configuration validation error prints line numbers (@persandstrom)
- Media player: Sonos improvements incl. timer setting functionality (@bjarniivarsson, @americanwookie)
- Zoneminder: SSL/TLS support (@Khabi)
- Media player: Discovery support for Yamaha
- Sensor: New finance platform CurrencyLayer (@arsaboo)
- Sensor: Support for InfluxDB sensors (@bestlibre)
- Sensor: New support HDDTemp sensors (@fabaff)
- Camera: Improvements to RPi camera (@postlund)
- ThingSpeak component (@simonszu)
- Core: New property
hass.datato store internal data (@balloob) - Switch: Templating and configurable timeout for REST (@aa755)
- Light: Yeelight Wifi bulbs are now supported (@HydrelioxGitHub)
- Sensor: New random number sensor (@fabaff)
- Media player: New support for Emby (@mezz64)
- LiteJet switches and lights support (@joncar)
- Cover: New garadget platform (@JasonCarter80)
- Pilight:
send_delayfeature (@janLo) - Config: Improvements for
known_devices(@kellerza) - Device tracker: New discovered event (@lwis)
- Device tracker: Improvements and new features for the Volvo on Call platform (@molobrakos)
- Climate: Use unit of measurement from a Vera device (@pavoni)
- Media player: Philips TVs with jointSPACE API re now supported (@danielperna84)
- Device tracker: ICloud improvements (@Bart274)
- Sensor: Support for Synology DSM (@StaticCube)
- Sensor: Monitoring support for Dovado routers (@molobrakos)
- Sensor: Support for monitoring printers (@fabaff)
- Minor features and bug fixes by @fabaff, @kellerza, @robbiet480, @balloob, @DavidLP, @Bart274, @sdague, @mtreinish, @Khabi, @bbesset, @bestlibre, @pvizeli, @turbokongen, @devdelay, @molobrakos, @postlund, @wokar, @amills, @arsaboo, @hartmms, @nsideras, @tbeckha, and @kirichkov.
Misc
Our website has now an additional category called "Ecosystem". This will become the place where tools, apps, and other helper for the Home Assistant ecosystem can store their documentation or guides.
Breaking changes
- The Yahoo Finance platform supports now multiple stock. Please adjust your configuration.
- Deprecated components
garage_door,rollershutter,thermostat, andhvachave been removed. - The minimum Python version on Windows has been bumped to Python 3.5.
- The Insteon Hub integration has been disabled due to a request from Insteon.
If you need help...
...don't hesitate to use our Forum or join us for a little chat. The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.