Skip to content

Commit 070f3dc

Browse files
committed
2021.8.6
1 parent 65ad7a6 commit 070f3dc

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2021
110110
current_minor_version: 8
111-
current_patch_version: 5
112-
date_released: 2021-08-09
111+
current_patch_version: 6
112+
date_released: 2021-08-10
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

source/_posts/2021-08-04-release-20218.markdown

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ later today (9:00 PM CET).
6565
- [Release 2021.8.3 - August 6](#release-202183---august-6)
6666
- [Release 2021.8.4 - August 8](#release-202184---august-8)
6767
- [Release 2021.8.5 - August 9](#release-202185---august-9)
68+
- [Release 2021.8.6 - August 10](#release-202186---august-10)
6869
- [If you need help...](#if-you-need-help)
6970
- [Breaking Changes](#breaking-changes)
7071
- [Farewell to the following](#farewell-to-the-following)
@@ -519,6 +520,29 @@ The following integrations are now available via the Home Assistant UI:
519520
[zeroconf docs]: /integrations/zeroconf/
520521
[zwave_js docs]: /integrations/zwave_js/
521522

523+
## Release 2021.8.6 - August 10
524+
525+
- Handle CO2Signal response value being None ([@balloob] - [#54377]) ([co2signal docs])
526+
- Fix Canary sensor state ([@ludeeus] - [#54380]) ([canary docs])
527+
- Re-add Tibber notify service name ([@Danielhiversen] - [#54401]) ([tibber docs])
528+
- Bump hass_nabucasa to 0.46.0 ([@balloob] - [#54421]) ([cloud docs])
529+
- Bump pyopenuv to 2.1.0 ([@bachya] - [#54436]) ([openuv docs])
530+
531+
[#54377]: https://github.com/home-assistant/core/pull/54377
532+
[#54380]: https://github.com/home-assistant/core/pull/54380
533+
[#54401]: https://github.com/home-assistant/core/pull/54401
534+
[#54421]: https://github.com/home-assistant/core/pull/54421
535+
[#54436]: https://github.com/home-assistant/core/pull/54436
536+
[@Danielhiversen]: https://github.com/Danielhiversen
537+
[@bachya]: https://github.com/bachya
538+
[@balloob]: https://github.com/balloob
539+
[@ludeeus]: https://github.com/ludeeus
540+
[canary docs]: /integrations/canary/
541+
[cloud docs]: /integrations/cloud/
542+
[co2signal docs]: /integrations/co2signal/
543+
[openuv docs]: /integrations/openuv/
544+
[tibber docs]: /integrations/tibber/
545+
522546
## If you need help...
523547

524548
...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).

0 commit comments

Comments
 (0)