From 190b86b48f95e21f2bb970c0d89404435c2b5927 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 6 May 2022 20:00:26 +0000 Subject: [PATCH] 2022.5.2 --- _config.yml | 4 ++-- .../_posts/2022-05-04-release-20225.markdown | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 69cbeabf090..36c83ad3fb1 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 5 -current_patch_version: 1 -date_released: 2022-05-05 +current_patch_version: 2 +date_released: 2022-05-06 # 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/2022-05-04-release-20225.markdown b/source/_posts/2022-05-04-release-20225.markdown index af2f62c31ac..92be4d0a46a 100644 --- a/source/_posts/2022-05-04-release-20225.markdown +++ b/source/_posts/2022-05-04-release-20225.markdown @@ -62,6 +62,7 @@ Enjoy the release! - [New Integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 2022.5.1 - May 5](#release-202251---may-5) +- [Release 2022.5.2 - May 6](#release-202252---may-6) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -749,6 +750,26 @@ The following integrations are now available via the Home Assistant UI: [tensorflow docs]: /integrations/tensorflow/ [trend docs]: /integrations/trend/ +## Release 2022.5.2 - May 6 + +- Upgrade glances_api to 0.3.5 ([@difelice] - [#71243]) ([glances docs]) +- Fix Canary camera stream blocking call ([@0bmay] - [#71369]) ([canary docs]) +- Update Zigpy attribute cache for switch devices that do not report state ([@dmulcahey] - [#71417]) ([zha docs]) +- Stringify enums in selectors ([@balloob] - [#71441]) ([blueprint docs]) + +[#71243]: https://github.com/home-assistant/core/pull/71243 +[#71369]: https://github.com/home-assistant/core/pull/71369 +[#71417]: https://github.com/home-assistant/core/pull/71417 +[#71441]: https://github.com/home-assistant/core/pull/71441 +[@0bmay]: https://github.com/0bmay +[@balloob]: https://github.com/balloob +[@difelice]: https://github.com/difelice +[@dmulcahey]: https://github.com/dmulcahey +[blueprint docs]: /integrations/blueprint/ +[canary docs]: /integrations/canary/ +[glances docs]: /integrations/glances/ +[zha docs]: /integrations/zha/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing