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.76 uitgebracht en de release notes voor die uitgave zijn hieronder te vinden.
0.76: Auth almost done, FleetGo, PJLink, RMV public transportThis release has a migration, initial startup can take ~20 minutes (depends on size DB)
This release includes a database migration to allow us to store context in the database. This will make it possible in the future to introduce attribution. For example, we’ll be able to say which user opened the garage door or which automation triggered the party mode at 3am.
The auth system is entering release candidate status. If nothing major is found, it will be enabled by default starting the next release (0.77) with backwards compatability modus turned on. If you want to get ahead of the pack, you can already easily enable it now:
homeassistant: # add this part auth_providers: - type: homeassistant # uncomment this to enable backwards compatible API password support # - type: legacy_api_password
For iOS users, your frontend should be a lot faster. We had an issue that forced us to serve the frontend in compatability mode, which is slower. We haven’t been able to solve the issue, but found a workaround. Race on ??.
New PlatformsNew Features
- deCONZ - support for power plugs (@Kane610 - #15752) (deconz docs) (light.deconz docs) (switch.deconz docs) (breaking change) (new-platform)
- RitAssist / FleetGO support (@depl0y - #15780) (device_tracker docs) (new-platform)
- Add support for OpenUV binary sensors and sensors (@bachya - #15769) (openuv docs) (binary_sensor.openuv docs) (sensor.openuv docs) (new-platform)
- Add Enphase Envoy component (@jesserizzo - #15081) (sensor.enphase_envoy docs) (new-platform)
- Add media_player.dlna_dmr component (@StevenLooman - #14749) (media_player.dlna_dmr docs) (new-platform)
- Add PJLink media player platform (@benoitlouy - #15083) (media_player.pjlink docs) (new-platform)
- Add RMV public transport sensor (@cgtobi - #15814) (sensor.rmvtransport docs) (new-platform)