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 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.62.1 uitgebracht met de volgende aankondiging:
Release 0.62.1Release 0.62: MyChevy, Iota and Venstar Thermostat
- Snips - (fix/change) remove response when intent not handled
- Fix asuswrt AttributeError on neigh for unknown device
- Set default values for Daikin devices that don’t support fan direction and fan speed features
- Fix parameter escaping
- Error handling, in case no connections are available
- Fix 404 for Hass.io panel using frontend dev
- Upgrade pyharmony to 1.0.20
Second release of the year and it’s buzzing on GitHub. This release we had 70 people contribute code. We’ve also managed to finally get our PR count below a 100 open PRs again. A lot of cool stuff still waiting to make it to a future Home Assistant release.
I want to give a shout out to @martinhjelmare and @frenck. Martin is doing an amazing job at code reviews and Franck has been kicking ass with Hass.io add-ons and keeping track of our documentation PRs. Thanks for this amazing work!
MyChevy
With this new integration by @sdague you are able to keep an eye on your Chevy Bolt EV. Keep track if your car is plugged in, the battery stats and the range it is currently capable of driving. Hip!
New PlatformsBreaking Changes
- Adding support for Lutron covers
- Add basic mychevy component
- Added support for TekSavvy bandwidth sensor
- Ihc component and platforms
- Iota wallet
- Tahoma platform will get new entity IDs
- Mold indicator: attribute names no longer include spaces or periods
- Custom component devs only: EntityComponent.add_entity(entity) and EntityComponent.async_add_entity(entity) have been removed. Use EntityComponent.add_entities([entity]) and EntityComponent.async_add_entities([entity]) instead. Also EntityComponent.entities is no longer a dictionary but instead an iterable. Use EntityComponent.get_entity(entity_id) to get entity by id.