From f7e09015c6091eb6be2098e1c1fd5dec622806dc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 6 May 2024 19:48:27 +0200 Subject: [PATCH] 2024.5.2 (#32610) --- _config.yml | 4 +- .../_posts/2024-05-01-release-20245.markdown | 61 +++++++++++++++++++ source/changelogs/core-2024.5.markdown | 60 ++++++++++++++++++ 3 files changed, 123 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9471ef39fc2..88ba35f6b4f 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2024 current_minor_version: 5 -current_patch_version: 1 -date_released: 2024-05-03 +current_patch_version: 2 +date_released: 2024-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/2024-05-01-release-20245.markdown b/source/_posts/2024-05-01-release-20245.markdown index 6f2b872a627..0fa32c9a343 100644 --- a/source/_posts/2024-05-01-release-20245.markdown +++ b/source/_posts/2024-05-01-release-20245.markdown @@ -51,6 +51,7 @@ Anyway, I will not hold you any longer. 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 2024.5.1 - May 3](#release-202451---may-3) +- [Release 2024.5.2 - May 6](#release-202452---may-6) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [Farewell to the following](#farewell-to-the-following) @@ -358,6 +359,66 @@ The following {% term integrations %} are now available via the Home Assistant U [@puddly]: https://github.com/puddly [@tomaszsluszniak]: https://github.com/tomaszsluszniak +## Release 2024.5.2 - May 6 + +- Add workaround for data entry flow show progress ([@emontnemery] - [#116704]) +- Improve logging of _TrackPointUTCTime objects ([@bdraco] - [#116711]) +- Bump aiohttp-isal to 0.3.1 ([@bdraco] - [#116720]) +- Fix Bosch-SHC switch state ([@joostlek] - [#116721]) +- Remove suggested UoM from Opower ([@joostlek] - [#116728]) +- Refactor statistics to avoid creating tasks ([@bdraco] - [#116743]) +- Bump bluetooth-adapters to 0.19.2 ([@bdraco] - [#116785]) +- fix UnboundLocalError on modified_statistic_ids in compile_statistics ([@pdecat] - [#116795]) +- Ensure all synology_dsm coordinators handle expired sessions ([@bdraco] - [#116796]) +- Fix IMAP config entry setup ([@jbouwh] - [#116797]) +- Fix airthings-ble data drop outs when Bluetooth connection is flakey ([@bdraco] - [#116805]) +- Hide conversation agents that are exposed as agent entities ([@balloob] - [#116813]) +- Fix non-thread-safe state write in lutron event ([@bdraco] - [#116829]) +- Increase default timeout to 30 seconds in Synology DSM ([@mib1185] - [#116836]) +- Avoid duplicate data fetch during Synologs DSM setup ([@mib1185] - [#116839]) +- Bump androidtvremote2 to v0.0.15 ([@tronikos] - [#116844]) +- Bump goodwe to 0.3.4 ([@mletenay] - [#116849]) +- Fix non-thread-safe operations in amcrest ([@bdraco] - [#116859]) +- fix radarr coordinator updates ([@tkdrob] - [#116874]) +- Fix initial mqtt subcribe cooldown timeout ([@jbouwh] - [#116904]) +- Update frontend to 20240501.1 ([@bramkragten] - [#116939]) + +[#116538]: https://github.com/home-assistant/core/pull/116538 +[#116696]: https://github.com/home-assistant/core/pull/116696 +[#116704]: https://github.com/home-assistant/core/pull/116704 +[#116711]: https://github.com/home-assistant/core/pull/116711 +[#116720]: https://github.com/home-assistant/core/pull/116720 +[#116721]: https://github.com/home-assistant/core/pull/116721 +[#116728]: https://github.com/home-assistant/core/pull/116728 +[#116743]: https://github.com/home-assistant/core/pull/116743 +[#116785]: https://github.com/home-assistant/core/pull/116785 +[#116795]: https://github.com/home-assistant/core/pull/116795 +[#116796]: https://github.com/home-assistant/core/pull/116796 +[#116797]: https://github.com/home-assistant/core/pull/116797 +[#116805]: https://github.com/home-assistant/core/pull/116805 +[#116813]: https://github.com/home-assistant/core/pull/116813 +[#116829]: https://github.com/home-assistant/core/pull/116829 +[#116836]: https://github.com/home-assistant/core/pull/116836 +[#116839]: https://github.com/home-assistant/core/pull/116839 +[#116844]: https://github.com/home-assistant/core/pull/116844 +[#116849]: https://github.com/home-assistant/core/pull/116849 +[#116859]: https://github.com/home-assistant/core/pull/116859 +[#116874]: https://github.com/home-assistant/core/pull/116874 +[#116904]: https://github.com/home-assistant/core/pull/116904 +[#116939]: https://github.com/home-assistant/core/pull/116939 +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@mib1185]: https://github.com/mib1185 +[@mletenay]: https://github.com/mletenay +[@pdecat]: https://github.com/pdecat +[@tkdrob]: https://github.com/tkdrob +[@tronikos]: https://github.com/tronikos + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing diff --git a/source/changelogs/core-2024.5.markdown b/source/changelogs/core-2024.5.markdown index b321535d2b1..3ffc8db6dd0 100644 --- a/source/changelogs/core-2024.5.markdown +++ b/source/changelogs/core-2024.5.markdown @@ -851,6 +851,66 @@ For a summary in a more readable format: [@puddly]: https://github.com/puddly [@tomaszsluszniak]: https://github.com/tomaszsluszniak +## Release 2024.5.2 - May 6 + +- Add workaround for data entry flow show progress ([@emontnemery] - [#116704]) +- Improve logging of _TrackPointUTCTime objects ([@bdraco] - [#116711]) +- Bump aiohttp-isal to 0.3.1 ([@bdraco] - [#116720]) +- Fix Bosch-SHC switch state ([@joostlek] - [#116721]) +- Remove suggested UoM from Opower ([@joostlek] - [#116728]) +- Refactor statistics to avoid creating tasks ([@bdraco] - [#116743]) +- Bump bluetooth-adapters to 0.19.2 ([@bdraco] - [#116785]) +- fix UnboundLocalError on modified_statistic_ids in compile_statistics ([@pdecat] - [#116795]) +- Ensure all synology_dsm coordinators handle expired sessions ([@bdraco] - [#116796]) +- Fix IMAP config entry setup ([@jbouwh] - [#116797]) +- Fix airthings-ble data drop outs when Bluetooth connection is flakey ([@bdraco] - [#116805]) +- Hide conversation agents that are exposed as agent entities ([@balloob] - [#116813]) +- Fix non-thread-safe state write in lutron event ([@bdraco] - [#116829]) +- Increase default timeout to 30 seconds in Synology DSM ([@mib1185] - [#116836]) +- Avoid duplicate data fetch during Synologs DSM setup ([@mib1185] - [#116839]) +- Bump androidtvremote2 to v0.0.15 ([@tronikos] - [#116844]) +- Bump goodwe to 0.3.4 ([@mletenay] - [#116849]) +- Fix non-thread-safe operations in amcrest ([@bdraco] - [#116859]) +- fix radarr coordinator updates ([@tkdrob] - [#116874]) +- Fix initial mqtt subcribe cooldown timeout ([@jbouwh] - [#116904]) +- Update frontend to 20240501.1 ([@bramkragten] - [#116939]) + +[#116538]: https://github.com/home-assistant/core/pull/116538 +[#116696]: https://github.com/home-assistant/core/pull/116696 +[#116704]: https://github.com/home-assistant/core/pull/116704 +[#116711]: https://github.com/home-assistant/core/pull/116711 +[#116720]: https://github.com/home-assistant/core/pull/116720 +[#116721]: https://github.com/home-assistant/core/pull/116721 +[#116728]: https://github.com/home-assistant/core/pull/116728 +[#116743]: https://github.com/home-assistant/core/pull/116743 +[#116785]: https://github.com/home-assistant/core/pull/116785 +[#116795]: https://github.com/home-assistant/core/pull/116795 +[#116796]: https://github.com/home-assistant/core/pull/116796 +[#116797]: https://github.com/home-assistant/core/pull/116797 +[#116805]: https://github.com/home-assistant/core/pull/116805 +[#116813]: https://github.com/home-assistant/core/pull/116813 +[#116829]: https://github.com/home-assistant/core/pull/116829 +[#116836]: https://github.com/home-assistant/core/pull/116836 +[#116839]: https://github.com/home-assistant/core/pull/116839 +[#116844]: https://github.com/home-assistant/core/pull/116844 +[#116849]: https://github.com/home-assistant/core/pull/116849 +[#116859]: https://github.com/home-assistant/core/pull/116859 +[#116874]: https://github.com/home-assistant/core/pull/116874 +[#116904]: https://github.com/home-assistant/core/pull/116904 +[#116939]: https://github.com/home-assistant/core/pull/116939 +[@balloob]: https://github.com/balloob +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@frenck]: https://github.com/frenck +[@jbouwh]: https://github.com/jbouwh +[@joostlek]: https://github.com/joostlek +[@mib1185]: https://github.com/mib1185 +[@mletenay]: https://github.com/mletenay +[@pdecat]: https://github.com/pdecat +[@tkdrob]: https://github.com/tkdrob +[@tronikos]: https://github.com/tronikos + [#100780]: https://github.com/home-assistant/core/pull/100780 [#102424]: https://github.com/home-assistant/core/pull/102424 [#104343]: https://github.com/home-assistant/core/pull/104343