diff --git a/source/_posts/2021-10-06-release-202110.markdown b/source/_posts/2021-10-06-release-202110.markdown index de9fde2f0aa..65e4fb1a73a 100644 --- a/source/_posts/2021-10-06-release-202110.markdown +++ b/source/_posts/2021-10-06-release-202110.markdown @@ -57,6 +57,7 @@ Enjoy the release! - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) +- [Release 2021.10.1 - October 7](#release-2021101---october-7) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -64,7 +65,7 @@ Enjoy the release! ## Home Assistant Amber -In case you've missed it: Home Assistant turned 8 years old! 🥳 +In case you've missed it: Home Assistant turned 8 years old! 🥳 And to celebrate that, we've revealed the **Home Assistant Amber**! Home Assistant Amber was launched using a crowdfunding campaign, which already @@ -228,6 +229,57 @@ The following integrations are now available via the Home Assistant UI: - [Sure Petcare][surepetcare docs], done by [@Danielhiversen] - [SwitchBot][switchbot docs], done by [@RenierM26] +## Release 2021.10.1 - October 7 + +- Recreate the powerwall session/object when attempting relogin ([@bdraco] - [#56935]) ([powerwall docs]) +- Update led brightness select state only if valid data is available, Xiaomi Miio integration ([@bieniu] - [#57197]) ([xiaomi_miio docs]) +- Convert val to str when needed while calling zwave_js.set_value ([@raman325] - [#57216]) ([zwave_js docs]) +- Discover tplink devices periodically ([@bdraco] - [#57221]) ([tplink docs]) +- Correct SQL query generated by get_metadata_with_session ([@emontnemery] - [#57225]) ([recorder docs]) +- Fix netgear config flow import ([@MartinHjelmare] - [#57253]) ([netgear docs]) +- Validate initial value for input_datetime ([@emontnemery] - [#57256]) ([input_datetime docs]) +- Bump Mill library to 0.6.1 ([@Danielhiversen] - [#57261]) ([mill docs]) +- Fix RGB only (no color temp) devices with tplink ([@bdraco] - [#57267]) ([tplink docs]) +- Update frontend to 20211007.0 ([@bramkragten] - [#57268]) ([frontend docs]) +- Fix transition handling for tplink lights ([@rytilahti] - [#57272]) ([tplink docs]) +- Bump HAP-python to 4.30 ([@bdraco] - [#57284]) ([homekit docs]) +- Stopgap fix for inconsistent upstream API of tplink dimmers ([@rytilahti] - [#57285]) ([tplink docs]) +- Bump yeelight to 0.7.7 ([@bdraco] - [#57290]) ([yeelight docs]) + +[#56935]: https://github.com/home-assistant/core/pull/56935 +[#57197]: https://github.com/home-assistant/core/pull/57197 +[#57216]: https://github.com/home-assistant/core/pull/57216 +[#57221]: https://github.com/home-assistant/core/pull/57221 +[#57225]: https://github.com/home-assistant/core/pull/57225 +[#57253]: https://github.com/home-assistant/core/pull/57253 +[#57256]: https://github.com/home-assistant/core/pull/57256 +[#57261]: https://github.com/home-assistant/core/pull/57261 +[#57267]: https://github.com/home-assistant/core/pull/57267 +[#57268]: https://github.com/home-assistant/core/pull/57268 +[#57272]: https://github.com/home-assistant/core/pull/57272 +[#57284]: https://github.com/home-assistant/core/pull/57284 +[#57285]: https://github.com/home-assistant/core/pull/57285 +[#57290]: https://github.com/home-assistant/core/pull/57290 +[@Danielhiversen]: https://github.com/Danielhiversen +[@MartinHjelmare]: https://github.com/MartinHjelmare +[@bdraco]: https://github.com/bdraco +[@bieniu]: https://github.com/bieniu +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@raman325]: https://github.com/raman325 +[@rytilahti]: https://github.com/rytilahti +[frontend docs]: /integrations/frontend/ +[homekit docs]: /integrations/homekit/ +[input_datetime docs]: /integrations/input_datetime/ +[mill docs]: /integrations/mill/ +[netgear docs]: /integrations/netgear/ +[powerwall docs]: /integrations/powerwall/ +[recorder docs]: /integrations/recorder/ +[tplink docs]: /integrations/tplink/ +[xiaomi_miio docs]: /integrations/xiaomi_miio/ +[yeelight docs]: /integrations/yeelight/ +[zwave_js docs]: /integrations/zwave_js/ + ## 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).