This commit is contained in:
Paulus Schoutsen 2021-08-11 03:31:48 +00:00
parent 65ad7a6cd0
commit 070f3dcec6
2 changed files with 26 additions and 2 deletions

View File

@ -108,8 +108,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 2021 current_major_version: 2021
current_minor_version: 8 current_minor_version: 8
current_patch_version: 5 current_patch_version: 6
date_released: 2021-08-09 date_released: 2021-08-10
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -65,6 +65,7 @@ later today (9:00 PM CET).
- [Release 2021.8.3 - August 6](#release-202183---august-6) - [Release 2021.8.3 - August 6](#release-202183---august-6)
- [Release 2021.8.4 - August 8](#release-202184---august-8) - [Release 2021.8.4 - August 8](#release-202184---august-8)
- [Release 2021.8.5 - August 9](#release-202185---august-9) - [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) - [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Farewell to the following](#farewell-to-the-following) - [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/ [zeroconf docs]: /integrations/zeroconf/
[zwave_js docs]: /integrations/zwave_js/ [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... ## 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). ...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).