From e3d5bc527dcfab6afc33eb09755e98cb7ea6e4ba Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 19 Nov 2021 20:44:17 +0000 Subject: [PATCH] 2021.11.5 --- _config.yml | 4 +- .../_posts/2021-11-03-release-202111.markdown | 42 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 761ddd1438c..408db250ad3 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 11 -current_patch_version: 4 -date_released: 2021-11-15 +current_patch_version: 5 +date_released: 2021-11-19 # 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-11-03-release-202111.markdown b/source/_posts/2021-11-03-release-202111.markdown index 67f1262a3f8..92786e90658 100644 --- a/source/_posts/2021-11-03-release-202111.markdown +++ b/source/_posts/2021-11-03-release-202111.markdown @@ -65,6 +65,7 @@ Enjoy the release! - [Release 2021.11.2 - November 9](#release-2021112---november-9) - [Release 2021.11.3 - November 11](#release-2021113---november-11) - [Release 2021.11.4 - November 15](#release-2021114---november-15) +- [Release 2021.11.5 - November 19](#release-2021115---november-19) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -563,6 +564,47 @@ The following integrations are now available via the Home Assistant UI: [zeroconf docs]: /integrations/zeroconf/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2021.11.5 - November 19 + +- Use source list property instead of the attribute in Denon AVR integration ([@bieniu] - [#59768]) ([denonavr docs]) +- Fix typo in attribute for Fritz ([@chemelli74] - [#59791]) ([fritz docs]) +- Fix Netgear init error on orbi models ([@starkillerOG] - [#59799]) ([netgear docs]) +- Bump velbusaio to 2021.11.7 ([@Cereal2nd] - [#59817]) ([velbus docs]) +- Fix invalid string syntax in OwnTracks config flow translations ([@spacegaier] - [#59838]) ([owntracks docs]) +- Strip out deleted entities when configuring homekit ([@bdraco] - [#59844]) ([homekit docs]) +- Bugfix in Tuya Number value scaling ([@PlusPlus-ua] - [#59903]) ([tuya docs]) +- Fix Tuya back scaling in Climate and Humidifer entities ([@frenck] - [#59909]) ([tuya docs]) +- Store: copy pending data ([@balloob] - [#59934]) +- Remove test_check_package_version_does_not_match ([@emontnemery] - [#59785]) + +[#59768]: https://github.com/home-assistant/core/pull/59768 +[#59785]: https://github.com/home-assistant/core/pull/59785 +[#59791]: https://github.com/home-assistant/core/pull/59791 +[#59799]: https://github.com/home-assistant/core/pull/59799 +[#59817]: https://github.com/home-assistant/core/pull/59817 +[#59838]: https://github.com/home-assistant/core/pull/59838 +[#59844]: https://github.com/home-assistant/core/pull/59844 +[#59903]: https://github.com/home-assistant/core/pull/59903 +[#59909]: https://github.com/home-assistant/core/pull/59909 +[#59934]: https://github.com/home-assistant/core/pull/59934 +[@Cereal2nd]: https://github.com/Cereal2nd +[@PlusPlus-ua]: https://github.com/PlusPlus-ua +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@chemelli74]: https://github.com/chemelli74 +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@spacegaier]: https://github.com/spacegaier +[@starkillerOG]: https://github.com/starkillerOG +[denonavr docs]: /integrations/denonavr/ +[fritz docs]: /integrations/fritz/ +[homekit docs]: /integrations/homekit/ +[netgear docs]: /integrations/netgear/ +[owntracks docs]: /integrations/owntracks/ +[tuya docs]: /integrations/tuya/ +[velbus docs]: /integrations/velbus/ + ## 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).