This release brings some great new integrations. The biggest one is the native ZigBee integration by Russell Cloran. This will allow Home Assistant to natively control Philips Hue lights without the need for a hub! (IKEA Tradfri lights not yet due to implementing a different profile)
Another great new addition is OpenCV by Teagan Glenn. So now you’ll be able to unlock all the cool stuff from OpenCV right in Home Assistant. And if OpenCV is not your style, you can try out the new DLib integration added by Pascal Vizeli in this release.
This release also includes a new component to dynamically generate RSS feeds based on a template. This means that any RSS widget on your phone, tablet or computer can now be used to show Home Assistant data!
And finally, for users of the config panel in the UI, we have fixed the issue with the group editor.
Enjoy!
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker. Make sure to fill in all fields of the issue template.
New integrations
- Pushbullet notification sensor (@jotunacorn - #7182) (sensor.pushbullet docs)
- Add https certificate expiry sensor (@fabfurnari - #7272) (sensor.cert_expiry docs)
- RSS feed template (@micw - #7032) (rss_feed_template docs)
- Add support for Zigbee Home Automation (@rcloran - #6263) (zha docs) (binary_sensor.zha docs) (light.zha docs) (sensor.zha docs) (switch.zha docs)
- Support for Blinkt! lights on Raspberry Pi (@imrehg - #7377) (light.blinkt docs)
- Plant automation (@ChristianKuehnel - #7131) (plant docs)
- Add Eight sleep component (@mezz64 - #7275) (eight_sleep docs) (binary_sensor.eight_sleep docs) (sensor.eight_sleep docs)
- OpenGarage support (@swbradshaw - #7338) (cover.opengarage docs)
- Add Sensibo climate platform (@andrey-git - #7379) (climate docs)
- Pilight binary sensor components (@zeltom - #6774) (binary_sensor.pilight docs)
- Opencv (@Teagan42 - #7261) (opencv docs) (image_processing.opencv docs)
- Enviro pHAT (@imrehg - #7427) (sensor.envirophat docs)
- Add support for face recognition with dlib (@pvizeli - #7421) (image_processing.dlib_face_detect docs) (image_processing.dlib_face_identify docs)
Release 0.44.2 - May 8
- Fix opening add-ons in Hass.io store that are not installed (@balloob)
Release 0.44.1 - May 7
- Fix opening add-ons in Hass.io store that are not installed (@balloob)
- sensor.envirophat: add missing requirement (@imrehg - #7451) (sensor.envirophat docs)
- Forecasts for weather underground (@pezinek - #7062) (sensor.wunderground docs)
- Upgrade pymysensors to 0.10.0 (@MartinHjelmare - #7469)
- Fix plant MIN_TEMPERATURE, MAX_TEMPERATURE validation (@frog32 - #7476) (plant docs)
- Update to pyunifi 2.12 (@finish06 - #7468) (device_tracker.unifi docs)
- MQTT Cover: Fixed status reporting for range with non-zero base (@cribbstechnologies)