2021.10.7

This commit is contained in:
Paulus Schoutsen 2021-11-01 17:51:28 +00:00
parent 5184b418bf
commit 36a5747de6
2 changed files with 34 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: 10 current_minor_version: 10
current_patch_version: 6 current_patch_version: 7
date_released: 2021-10-18 date_released: 2021-11-01
# 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

@ -63,6 +63,7 @@ Enjoy the release!
- [Release 2021.10.4 - October 11](#release-2021104---october-11) - [Release 2021.10.4 - October 11](#release-2021104---october-11)
- [Release 2021.10.5 - October 15](#release-2021105---october-15) - [Release 2021.10.5 - October 15](#release-2021105---october-15)
- [Release 2021.10.6 - October 18](#release-2021106---october-18) - [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) - [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)
@ -487,6 +488,37 @@ The following integrations are now available via the Home Assistant UI:
[tile docs]: /integrations/tile/ [tile docs]: /integrations/tile/
[yeelight docs]: /integrations/yeelight/ [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... ## 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).