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.75 uitgebracht en de release notes voor die uitgave zijn hieronder te vinden.
0.75: Spider, Tuya, Brunt, Magicseaweed APIAnd just like that, it’s August. Time is flying by. People all over the world have been busy to create this release for you. This release again a ton of cool new stuff.
First, let’s talk entity IDs. Entity IDs are how we identify entities in automations and scripts. They start with the domain and end with an object id, for example:
light.kitchen
. Or, if you’re unluckylight.node_2_2_abc
. With this release, it will now be possible to manage entity IDs of entities via the UI! Just as with changing the name, it requires that the integration is able to supply a unique ID for each entity.This release also includes a bunch more Tuya integrations thanks to @huangyupeng. And thanks to @peternijssen we’re now also able to talk with Spider thermostats and plugs.
New PlatformsBreaking Changes
- Add Tuya climate platform (@huangyupeng - #15500) (tuya docs) (climate.tuya docs) (new-platform)
- Add Tuya fan support (@huangyupeng - #15525) (tuya docs) (fan.tuya docs) (new-platform)
- Add Tuya cover and scene platform (@huangyupeng - #15587) (tuya docs) (cover.tuya docs) (scene.tuya docs) (new-platform)
- Add support for Tahoma Smoke Sensor (@fucm - #15441) (tahoma docs) (binary_sensor.tahoma docs) (new-platform)
- Add Brunt Cover Device (@eavanvalkenburg - #15653) (cover.brunt docs) (new-platform)
- Add spider thermostat (@peternijssen - #15499) (climate.spider docs) (new-platform)
- Add spider power plug component (@peternijssen - #15682) (spider docs) (switch.spider docs) (new-platform)
- Add support for P5 FutureNow light platform (@juhaniemi - #15662) (light.futurenow docs) (new-platform)
- Add Magicseaweed API support (@jcconnell - #15132) (sensor.magicseaweed docs) (new-platform)
- Add a component for Sisyphus Kinetic Art Tables (@jkeljo - #14472) (sisyphus docs) (light.sisyphus docs) (media_player.sisyphus docs) (new-platform)
- Add Genie Aladdin Connect cover component (@shoejosh - #15699) (cover.aladdin_connect docs) (new-platform)
Beta Fixes
- Moon sensor states are now lowercase with underscores instead of spaces, allowing it to be translated in the frontend. (@pvizeli - #15498) (sensor.moon docs) (breaking change)
- Insteon Mini-Remote now emit events instead of show as a binary sensor (@teharris1 - #15523) (insteon_plm docs) (binary_sensor.insteon_plm docs) (switch.insteon_plm docs) (breaking change)
- Simplisafe to use new API: co, fire, flood, and last_event are no longer part of the SimpliSafe alarm object in the new API and are not available in this upgrade, making this a breaking change for anyone using those. They will be added back in some fashion at a later date (probably exposed as individual sensors) (@w1ll1am23 - #15542) (alarm_control_panel.simplisafe docs) (breaking change)
- Smappee: The updated library shows the temperature as degrees Celsius instead of centi degrees Celsius. (@visibilityspots - #15636) (smappee docs) (breaking change)
- Fix Min/Max Kelvin color temp attribute for Google (@bryanyork - #15697) (google_assistant docs) (beta fix)
- Only report color temp when in the correct color mode (@Kane610 - #15791) (light.deconz docs) (beta fix)
- Allow Nest to setup without configuration.yaml entry (@balloob - #15797) (nest docs) (beta fix)