From d96732ada100f2aade20440337319771cf594e44 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 19 May 2021 17:34:10 +0200 Subject: [PATCH] 2021.5.5 --- _config.yml | 4 ++-- .../_posts/2021-05-05-release-20215.markdown | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 4ccba843162..cd3c7e5b5e1 100644 --- a/_config.yml +++ b/_config.yml @@ -105,8 +105,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 5 -current_patch_version: 4 -date_released: 2021-05-14 +current_patch_version: 5 +date_released: 2021-05-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-05-05-release-20215.markdown b/source/_posts/2021-05-05-release-20215.markdown index 37c6c89e64b..6c4bc4fca2d 100644 --- a/source/_posts/2021-05-05-release-20215.markdown +++ b/source/_posts/2021-05-05-release-20215.markdown @@ -58,6 +58,7 @@ want to tell me who it is...) - [Release 2021.5.2 - May 10](#release-202152---may-10) - [Release 2021.5.3 - May 11](#release-202153---may-11) - [Release 2021.5.4 - May 14](#release-202154---may-14) +- [Release 2021.5.5 - May 19](#release-202155---may-19) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -513,6 +514,28 @@ The following integrations are now available via the Home Assistant UI: [sonos docs]: /integrations/sonos/ [version docs]: /integrations/version/ +## Release 2021.5.5 - May 19 + +- Upgrade freesms to 0.2.0 ([@frenck] - [#50853]) ([free_mobile docs]) +- Backport Sonos handle subscription failures ([@jjlawren] - [#50796]) ([sonos docs]) +- Bump hatasmota to 0.2.13 ([@emontnemery] - [#50662]) ([tasmota docs]) +- Bump pysonos to 0.0.47 ([@jjlawren] - [#50792]) ([sonos docs]) +- Bump pyatmo to 4.2.3 ([@cgtobi] - [#50801]) ([netatmo docs]) + +[#50662]: https://github.com/home-assistant/core/pull/50662 +[#50792]: https://github.com/home-assistant/core/pull/50792 +[#50796]: https://github.com/home-assistant/core/pull/50796 +[#50801]: https://github.com/home-assistant/core/pull/50801 +[#50853]: https://github.com/home-assistant/core/pull/50853 +[@cgtobi]: https://github.com/cgtobi +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@jjlawren]: https://github.com/jjlawren +[free_mobile docs]: /integrations/free_mobile/ +[netatmo docs]: /integrations/netatmo/ +[sonos docs]: /integrations/sonos/ +[tasmota docs]: /integrations/tasmota/ + ## 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).