From 5d741b154ab6d725931387b53b7f4e79d003e6e1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 23 Mar 2022 22:48:23 +0000 Subject: [PATCH] 2022.3.7 --- _config.yml | 4 +-- .../_posts/2022-03-02-release-20223.markdown | 36 +++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 7bba34a0523..85a9abfc72a 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: 6 -date_released: 2022-03-21 +current_patch_version: 7 +date_released: 2022-03-23 # 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 09160e7c05e..6048445bef0 100644 --- a/source/_posts/2022-03-02-release-20223.markdown +++ b/source/_posts/2022-03-02-release-20223.markdown @@ -54,6 +54,7 @@ Enjoy the release! - [Release 2022.3.4 - March 11](#release-202234---march-11) - [Release 2022.3.5 - March 15](#release-202235---march-15) - [Release 2022.3.6 - March 21](#release-202236---march-21) +- [Release 2022.3.7 - March 23](#release-202237---march-23) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Updates for custom integration developers](#updates-for-custom-integration-developers) @@ -601,6 +602,41 @@ The following integrations are now available via the Home Assistant UI: [tplink docs]: /integrations/tplink/ [velbus docs]: /integrations/velbus/ +## Release 2022.3.7 - March 23 + +- Fix targeting all or none entities in service calls ([@emontnemery] - [#68513]) +- Add support for general API exception in Sense integration ([@kbickar] - [#68517]) ([sense docs]) ([emulated_kasa docs]) +- Add cooldown timer before Sonos resubscriptions ([@jjlawren] - [#68521]) ([sonos docs]) +- Hue handle HTTP errors ([@balloob] - [#68396]) ([hue docs]) +- Simplify Hue error handling a bit ([@marcelveldt] - [#68529]) ([hue docs]) +- Filter IPv6 addresses from AppleTV zeroconf discovery ([@bdraco] - [#68530]) ([apple_tv docs]) +- Bump aiohue to 4.4.0 ([@marcelveldt] - [#68556]) ([hue docs]) +- Bump aiohue to version 4.4.1 ([@marcelveldt] - [#68579]) ([hue docs]) +- Bump py-synologydsm-api to 1.0.7 ([@mib1185] - [#68584]) ([synology_dsm docs]) + +[#68396]: https://github.com/home-assistant/core/pull/68396 +[#68513]: https://github.com/home-assistant/core/pull/68513 +[#68517]: https://github.com/home-assistant/core/pull/68517 +[#68521]: https://github.com/home-assistant/core/pull/68521 +[#68529]: https://github.com/home-assistant/core/pull/68529 +[#68530]: https://github.com/home-assistant/core/pull/68530 +[#68556]: https://github.com/home-assistant/core/pull/68556 +[#68579]: https://github.com/home-assistant/core/pull/68579 +[#68584]: https://github.com/home-assistant/core/pull/68584 +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@emontnemery]: https://github.com/emontnemery +[@jjlawren]: https://github.com/jjlawren +[@kbickar]: https://github.com/kbickar +[@marcelveldt]: https://github.com/marcelveldt +[@mib1185]: https://github.com/mib1185 +[apple_tv docs]: /integrations/apple_tv/ +[emulated_kasa docs]: /integrations/emulated_kasa/ +[hue docs]: /integrations/hue/ +[sense docs]: /integrations/sense/ +[sonos docs]: /integrations/sonos/ +[synology_dsm docs]: /integrations/synology_dsm/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing