From 0e0b8aa4ac9ea7fa3a89de1f6bc47b4f5831cd73 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 Apr 2022 19:47:04 +0200 Subject: [PATCH] 2022.4.5 --- _config.yml | 4 +- .../_posts/2022-04-06-release-20224.markdown | 37 +++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 486c2602982..95545d5c808 100644 --- a/_config.yml +++ b/_config.yml @@ -107,8 +107,8 @@ social: # Home Assistant release details current_major_version: 2022 current_minor_version: 4 -current_patch_version: 4 -date_released: 2022-04-14 +current_patch_version: 5 +date_released: 2022-04-16 # 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-04-06-release-20224.markdown b/source/_posts/2022-04-06-release-20224.markdown index 2a32d24c229..cc83ead77f6 100644 --- a/source/_posts/2022-04-06-release-20224.markdown +++ b/source/_posts/2022-04-06-release-20224.markdown @@ -61,6 +61,7 @@ Enjoy the release! - [Release 2022.4.2 - April 11](#release-202242---april-11) - [Release 2022.4.3 - April 12](#release-202243---april-12) - [Release 2022.4.4 - April 14](#release-202244---april-14) +- [Release 2022.4.5 - April 16](#release-202245---april-16) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -898,6 +899,42 @@ The following integrations are now available via the Home Assistant UI: [tomorrowio docs]: /integrations/tomorrowio/ [zha docs]: /integrations/zha/ +## Release 2022.4.5 - April 16 + +- Fix retry when Met config entry fails ([@chemelli74] - [#70012]) ([met docs]) +- Set source & sound mode at start in media player reproduce state ([@thecode] - [#70064]) ([media_player docs]) +- Limit Supervisor refresh updates ([@ludeeus] - [#70075]) ([hassio docs]) +- Correct tomorrowio weather units ([@raman325] - [#70107]) ([tomorrowio docs]) +- update xknx to 0.20.3 ([@farmio] - [#70123]) ([knx docs]) (dependency) +- Bump pymazda to 0.3.3 ([@bdr99] - [#70136]) ([mazda docs]) (dependency) +- Ensure powerwall retries setup when api returns too many requests ([@bdraco] - [#70143]) ([powerwall docs]) +- Fix StationInfo not string in Trafikverket Train ([@gjohansson-ST] - [#70153]) ([trafikverket_train docs]) + +[#70012]: https://github.com/home-assistant/core/pull/70012 +[#70064]: https://github.com/home-assistant/core/pull/70064 +[#70075]: https://github.com/home-assistant/core/pull/70075 +[#70107]: https://github.com/home-assistant/core/pull/70107 +[#70123]: https://github.com/home-assistant/core/pull/70123 +[#70136]: https://github.com/home-assistant/core/pull/70136 +[#70143]: https://github.com/home-assistant/core/pull/70143 +[#70153]: https://github.com/home-assistant/core/pull/70153 +[@bdr99]: https://github.com/bdr99 +[@bdraco]: https://github.com/bdraco +[@chemelli74]: https://github.com/chemelli74 +[@farmio]: https://github.com/farmio +[@gjohansson-ST]: https://github.com/gjohansson-ST +[@ludeeus]: https://github.com/ludeeus +[@raman325]: https://github.com/raman325 +[@thecode]: https://github.com/thecode +[hassio docs]: /integrations/hassio/ +[knx docs]: /integrations/knx/ +[mazda docs]: /integrations/mazda/ +[media_player docs]: /integrations/media_player/ +[met docs]: /integrations/met/ +[powerwall docs]: /integrations/powerwall/ +[tomorrowio docs]: /integrations/tomorrowio/ +[trafikverket_train docs]: /integrations/trafikverket_train/ + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing