From c81baaf8342f1f29bf2a35e4e99626fc1f2dfbf0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 4 Sep 2021 21:24:15 +0000 Subject: [PATCH] 2021.9.3 --- _config.yml | 4 ++-- .../_posts/2021-09-01-release-20219.markdown | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1e96fec4e2d..1a8bac3ac72 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 9 -current_patch_version: 2 -date_released: 2021-09-03 +current_patch_version: 3 +date_released: 2021-09-04 # 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-09-01-release-20219.markdown b/source/_posts/2021-09-01-release-20219.markdown index 5006886cbe9..06cd553dad0 100644 --- a/source/_posts/2021-09-01-release-20219.markdown +++ b/source/_posts/2021-09-01-release-20219.markdown @@ -38,6 +38,7 @@ Enjoy another great release! Be sure to tune into [the 2021.9 Release Party on Y - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2021.9.1 - September 2](#release-202191---september-2) - [Release 2021.9.2 - September 3](#release-202192---september-3) +- [Release 2021.9.3 - September 4](#release-202193---september-4) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [All changes](#all-changes) @@ -411,6 +412,29 @@ The following integrations are now available via the Home Assistant UI: [usb docs]: /integrations/usb/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2021.9.3 - September 4 + +- better detect legacy eagly devices ([@balloob] - [#55706]) ([rainforest_eagle docs]) +- Handle negative numbers in sensor long term statistics ([@emontnemery] - [#55708]) ([sensor docs]) +- Handle Fritz InternalError ([@chemelli74] - [#55711]) ([fritz docs]) +- Fix LIFX firmware version information ([@amelchio] - [#55713]) ([lifx docs]) +- Fix SamsungTV sendkey when not connected ([@chemelli74] - [#55723]) ([samsungtv docs]) + +[#55706]: https://github.com/home-assistant/core/pull/55706 +[#55708]: https://github.com/home-assistant/core/pull/55708 +[#55711]: https://github.com/home-assistant/core/pull/55711 +[#55713]: https://github.com/home-assistant/core/pull/55713 +[#55723]: https://github.com/home-assistant/core/pull/55723 +[@amelchio]: https://github.com/amelchio +[@balloob]: https://github.com/balloob +[@chemelli74]: https://github.com/chemelli74 +[@emontnemery]: https://github.com/emontnemery +[fritz docs]: /integrations/fritz/ +[lifx docs]: /integrations/lifx/ +[rainforest_eagle docs]: /integrations/rainforest_eagle/ +[samsungtv docs]: /integrations/samsungtv/ +[sensor docs]: /integrations/sensor/ + ## 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).