From 463ae6fb6f8193c59ef93d6e4aba0244b5b7e537 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 15 Mar 2022 00:12:19 -0700 Subject: [PATCH] 2022.3.5 (#22028) --- _config.yml | 4 +- .../_posts/2022-03-02-release-20223.markdown | 42 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 3e1f7063ec47..fd1a87fccc8e 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 03 -current_patch_version: 4 -date_released: 2022-03-11 +current_patch_version: 5 +date_released: 2022-03-15 # 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-03-02-release-20223.markdown b/source/_posts/2022-03-02-release-20223.markdown index b8e6de8b7ba2..5761f822938b 100644 --- a/source/_posts/2022-03-02-release-20223.markdown +++ b/source/_posts/2022-03-02-release-20223.markdown @@ -52,6 +52,7 @@ Enjoy the release! - [Release 2022.3.2 - March 6](#release-202232---march-6) - [Release 2022.3.3 - March 7](#release-202233---march-7) - [Release 2022.3.4 - March 11](#release-202234---march-11) +- [Release 2022.3.5 - March 15](#release-202235---march-15) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Updates for custom integration developers](#updates-for-custom-integration-developers) @@ -510,6 +511,47 @@ The following integrations are now available via the Home Assistant UI: [sun docs]: /integrations/sun/ [zwave_js docs]: /integrations/zwave_js/ +## Release 2022.3.5 - March 15 + +- Fix WebSocketTimeoutException in SamsungTV ([@epenet] - [#68114]) ([samsungtv docs]) +- 20220301.2 ([@zsarnett] - [#68130]) ([frontend docs]) +- Filter IPv6 addresses from doorbird discovery ([@bdraco] - [#68031]) ([doorbird docs]) +- Fix turning amcrest camera on and off ([@flacjacket] - [#68050]) ([amcrest docs]) +- Fix Shelly EM/3EM invalid energy value after reboot ([@thecode] - [#68052]) ([shelly docs]) +- Default somfy_mylink shade's _attr_is_closed to `None` ([@cthornton] - [#68053]) ([somfy_mylink docs]) +- Bump amcrest version to 1.9.7 ([@flacjacket] - [#68055]) ([amcrest docs]) +- Bump pyisy to 3.0.5 ([@bdraco] - [#68069]) ([isy994 docs]) +- Update home_connect to 0.7.0 ([@BraveChicken1] - [#68089]) ([home_connect docs]) +- Fix MQTT false positive deprecation warnings ([@jbouwh] - [#68117]) ([mqtt docs]) + +[#68031]: https://github.com/home-assistant/core/pull/68031 +[#68050]: https://github.com/home-assistant/core/pull/68050 +[#68052]: https://github.com/home-assistant/core/pull/68052 +[#68053]: https://github.com/home-assistant/core/pull/68053 +[#68055]: https://github.com/home-assistant/core/pull/68055 +[#68069]: https://github.com/home-assistant/core/pull/68069 +[#68089]: https://github.com/home-assistant/core/pull/68089 +[#68114]: https://github.com/home-assistant/core/pull/68114 +[#68117]: https://github.com/home-assistant/core/pull/68117 +[#68130]: https://github.com/home-assistant/core/pull/68130 +[@BraveChicken1]: https://github.com/BraveChicken1 +[@bdraco]: https://github.com/bdraco +[@cthornton]: https://github.com/cthornton +[@epenet]: https://github.com/epenet +[@flacjacket]: https://github.com/flacjacket +[@jbouwh]: https://github.com/jbouwh +[@thecode]: https://github.com/thecode +[@zsarnett]: https://github.com/zsarnett +[amcrest docs]: /integrations/amcrest/ +[doorbird docs]: /integrations/doorbird/ +[frontend docs]: /integrations/frontend/ +[home_connect docs]: /integrations/home_connect/ +[isy994 docs]: /integrations/isy994/ +[mqtt docs]: /integrations/mqtt/ +[samsungtv docs]: /integrations/samsungtv/ +[shelly docs]: /integrations/shelly/ +[somfy_mylink docs]: /integrations/somfy_mylink/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing