From 36a5747de6488260edb7c0ade5e350361b65ceee Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 1 Nov 2021 17:51:28 +0000 Subject: [PATCH] 2021.10.7 --- _config.yml | 4 +-- .../_posts/2021-10-06-release-202110.markdown | 32 +++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 96ce0da089b..35843df6e7a 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: 6 -date_released: 2021-10-18 +current_patch_version: 7 +date_released: 2021-11-01 # 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 cf13318cec6..72c83c76aed 100644 --- a/source/_posts/2021-10-06-release-202110.markdown +++ b/source/_posts/2021-10-06-release-202110.markdown @@ -63,6 +63,7 @@ Enjoy the release! - [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) +- [Release 2021.10.7 - November 1](#release-2021107---november-1) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -487,6 +488,37 @@ The following integrations are now available via the Home Assistant UI: [tile docs]: /integrations/tile/ [yeelight docs]: /integrations/yeelight/ +## Release 2021.10.7 - November 1 + +- Fix Tuya documentation URL ([@ludeeus] - #57889) +- Fix netgear NoneType and discovery ([@starkillerOG] - #57904) +- Abort keenetic SSDP discovery if the unique id is already setup or ignored ([@foxel] - #58009) +- Fix Yamaha MusicCast media_stop ([@micha91] - #58024) +- Sleep between device requests to detect socket closes ([@chishm] - #58087) +- Fix template sensor when name template doesn't render ([@emontnemery] - #58088) +- Bump pymazda to 0.2.2 ([@bdr99] - #58113) +- Abort Fritz config flow for configured hostnames ([@chemelli74] - #58140) +- Fix find_next_time_expression_time ([@OttoWinter] - #58894) + +[#57889]: https://github.com/home-assistant/core/pull/57889 +[#57904]: https://github.com/home-assistant/core/pull/57904 +[#58009]: https://github.com/home-assistant/core/pull/58009 +[#58024]: https://github.com/home-assistant/core/pull/58024 +[#58087]: https://github.com/home-assistant/core/pull/58087 +[#58088]: https://github.com/home-assistant/core/pull/58088 +[#58113]: https://github.com/home-assistant/core/pull/58113 +[#58140]: https://github.com/home-assistant/core/pull/58140 +[#58894]: https://github.com/home-assistant/core/pull/58894 +[@ludeeus]: https://github.com/ludeeus +[@starkillerOG]: https://github.com/starkillerOG +[@foxel]: https://github.com/foxel +[@micha91]: https://github.com/micha91 +[@chishm]: https://github.com/chishm +[@emontnemery]: https://github.com/emontnemery +[@bdr99]: https://github.com/bdr99 +[@chemelli74]: https://github.com/chemelli74 +[@OttoWinter]: https://github.com/OttoWinter + ## 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).