diff --git a/_config.yml b/_config.yml index 26cb0ce87bf..5b186bf01ce 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 8 -current_patch_version: 5 -date_released: 2021-08-09 +current_patch_version: 6 +date_released: 2021-08-10 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2021-08-04-release-20218.markdown b/source/_posts/2021-08-04-release-20218.markdown index 33ac3679088..b1bbd6bb6ba 100644 --- a/source/_posts/2021-08-04-release-20218.markdown +++ b/source/_posts/2021-08-04-release-20218.markdown @@ -65,6 +65,7 @@ later today (9:00 PM CET). - [Release 2021.8.3 - August 6](#release-202183---august-6) - [Release 2021.8.4 - August 8](#release-202184---august-8) - [Release 2021.8.5 - August 9](#release-202185---august-9) +- [Release 2021.8.6 - August 10](#release-202186---august-10) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -519,6 +520,29 @@ The following integrations are now available via the Home Assistant UI: [zeroconf docs]: /integrations/zeroconf/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2021.8.6 - August 10 + +- Handle CO2Signal response value being None ([@balloob] - [#54377]) ([co2signal docs]) +- Fix Canary sensor state ([@ludeeus] - [#54380]) ([canary docs]) +- Re-add Tibber notify service name ([@Danielhiversen] - [#54401]) ([tibber docs]) +- Bump hass_nabucasa to 0.46.0 ([@balloob] - [#54421]) ([cloud docs]) +- Bump pyopenuv to 2.1.0 ([@bachya] - [#54436]) ([openuv docs]) + +[#54377]: https://github.com/home-assistant/core/pull/54377 +[#54380]: https://github.com/home-assistant/core/pull/54380 +[#54401]: https://github.com/home-assistant/core/pull/54401 +[#54421]: https://github.com/home-assistant/core/pull/54421 +[#54436]: https://github.com/home-assistant/core/pull/54436 +[@Danielhiversen]: https://github.com/Danielhiversen +[@bachya]: https://github.com/bachya +[@balloob]: https://github.com/balloob +[@ludeeus]: https://github.com/ludeeus +[canary docs]: /integrations/canary/ +[cloud docs]: /integrations/cloud/ +[co2signal docs]: /integrations/co2signal/ +[openuv docs]: /integrations/openuv/ +[tibber docs]: /integrations/tibber/ + ## 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).