Release 0.81.2

This commit is contained in:
Paulus Schoutsen 2018-10-29 19:23:57 +01:00
parent 7f0d8427b1
commit 2f4c899380
2 changed files with 17 additions and 1 deletions

View File

@ -148,7 +148,7 @@ date_released: 2018-10-28
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
# Major release:
patch_version_notes: "#release-0811---october-28"
patch_version_notes: "#release-0812---october-29"
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -78,6 +78,22 @@ Other things to be aware of:
[openuv docs]: /components/openuv/
[twilio docs]: /components/twilio/
## {% linkable_title Release 0.81.2 - October 29 %}
- Fix controller not being stored when setup fails and sequentially fails the retry functionality ([@Kane610] - [#17927]) ([unifi docs])
- Pass hass_config to load_platform ([@balloob] - [#17952])
- Update requests to 2.20.0 ([@balloob] - [#17978])
- Don't use keyset ([@balloob] - [#17984]) ([cloud docs])
[#17927]: https://github.com/home-assistant/home-assistant/pull/17927
[#17952]: https://github.com/home-assistant/home-assistant/pull/17952
[#17978]: https://github.com/home-assistant/home-assistant/pull/17978
[#17984]: https://github.com/home-assistant/home-assistant/pull/17984
[@Kane610]: https://github.com/Kane610
[@balloob]: https://github.com/balloob
[cloud docs]: /components/cloud/
[unifi docs]: /components/unifi/
## {% linkable_title If you need help... %}
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.