From 18a55c9e451afffbb01bf1e315bc7d644eb4a9c9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 17 Oct 2021 23:33:05 -0700 Subject: [PATCH] 2021.10.6 (#19829) --- _config.yml | 4 +-- .../_posts/2021-10-06-release-202110.markdown | 27 +++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 6c5af5bc044..96ce0da089b 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 10 -current_patch_version: 5 -date_released: 2021-10-15 +current_patch_version: 6 +date_released: 2021-10-18 # 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-10-06-release-202110.markdown b/source/_posts/2021-10-06-release-202110.markdown index cce56997ab0..cf13318cec6 100644 --- a/source/_posts/2021-10-06-release-202110.markdown +++ b/source/_posts/2021-10-06-release-202110.markdown @@ -62,6 +62,7 @@ Enjoy the release! - [Release 2021.10.3 - October 10](#release-2021103---october-10) - [Release 2021.10.4 - October 11](#release-2021104---october-11) - [Release 2021.10.5 - October 15](#release-2021105---october-15) +- [Release 2021.10.6 - October 18](#release-2021106---october-18) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -460,6 +461,32 @@ The following integrations are now available via the Home Assistant UI: [yeelight docs]: /integrations/yeelight/ [youless docs]: /integrations/youless/ +## Release 2021.10.6 - October 18 + +- Avoid setting up harmony websocket from discovery ([@bdraco] - [#57589]) ([harmony docs]) +- Fix device class for energy plugwise sensors ([@squio] - [#57803]) ([plugwise docs]) +- Prevent yeelight discovery from overloading the bulb ([@bdraco] - [#57820]) ([yeelight docs]) +- Bump bond-api to 0.1.14 ([@bdraco] - [#57874]) ([bond docs]) +- Revert "Fix bmw_conntected_drive check_control_message short description" ([@cdce8p] - [#57928]) ([bmw_connected_drive docs]) +- Fix bug that prevents multiple instances of Tile ([@bachya] - [#57942]) ([tile docs]) + +[#57589]: https://github.com/home-assistant/core/pull/57589 +[#57803]: https://github.com/home-assistant/core/pull/57803 +[#57820]: https://github.com/home-assistant/core/pull/57820 +[#57874]: https://github.com/home-assistant/core/pull/57874 +[#57928]: https://github.com/home-assistant/core/pull/57928 +[#57942]: https://github.com/home-assistant/core/pull/57942 +[@bachya]: https://github.com/bachya +[@bdraco]: https://github.com/bdraco +[@cdce8p]: https://github.com/cdce8p +[@squio]: https://github.com/squio +[bmw_connected_drive docs]: /integrations/bmw_connected_drive/ +[bond docs]: /integrations/bond/ +[harmony docs]: /integrations/harmony/ +[plugwise docs]: /integrations/plugwise/ +[tile docs]: /integrations/tile/ +[yeelight docs]: /integrations/yeelight/ + ## 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).