From b93fa79ed5ef5137f0c7c9d393291fced611142b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 6 Jan 2024 13:19:13 +0100 Subject: [PATCH] 2024.1.2 (#30678) --- _config.yml | 4 ++-- .../_posts/2024-01-03-release-20241.markdown | 23 +++++++++++++++++++ source/changelogs/core-2024.1.markdown | 22 ++++++++++++++++++ 3 files changed, 47 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 00d30339605..50024c42613 100644 --- a/_config.yml +++ b/_config.yml @@ -110,8 +110,8 @@ social: # Home Assistant release details current_major_version: 2024 current_minor_version: 1 -current_patch_version: 1 -date_released: 2024-01-05 +current_patch_version: 2 +date_released: 2024-01-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-01-03-release-20241.markdown b/source/_posts/2024-01-03-release-20241.markdown index 2eaf69e50f9..dcba115efbd 100644 --- a/source/_posts/2024-01-03-release-20241.markdown +++ b/source/_posts/2024-01-03-release-20241.markdown @@ -52,6 +52,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 2024.1.1 - January 5](#release-202411---january-5) +- [Release 2024.1.2 - January 6](#release-202412---january-6) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -468,6 +469,28 @@ The following integrations are now available via the Home Assistant UI: [@raman325]: https://github.com/raman325 [@tronikos]: https://github.com/tronikos +## Release 2024.1.2 - January 6 + +- Fix support for play/pause functionality in System Bridge ([@timmo001] - [#103423]) +- Fix passing correct location id to streamlabs water ([@joostlek] - [#107291]) +- Fix Shelly missing Gen value for older devices ([@thecode] - [#107294]) +- enigma2: fix exception when device in deep sleep, fix previous track ([@autinerd] - [#107296]) +- Fix assertion error when unloading ZHA with pollable entities ([@dmulcahey] - [#107311]) + +[#103423]: https://github.com/home-assistant/core/pull/103423 +[#106970]: https://github.com/home-assistant/core/pull/106970 +[#107239]: https://github.com/home-assistant/core/pull/107239 +[#107291]: https://github.com/home-assistant/core/pull/107291 +[#107294]: https://github.com/home-assistant/core/pull/107294 +[#107296]: https://github.com/home-assistant/core/pull/107296 +[#107311]: https://github.com/home-assistant/core/pull/107311 +[@autinerd]: https://github.com/autinerd +[@dmulcahey]: https://github.com/dmulcahey +[@frenck]: https://github.com/frenck +[@joostlek]: https://github.com/joostlek +[@thecode]: https://github.com/thecode +[@timmo001]: https://github.com/timmo001 + ## 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.1.markdown b/source/changelogs/core-2024.1.markdown index 5f557e303ce..251334b8d05 100644 --- a/source/changelogs/core-2024.1.markdown +++ b/source/changelogs/core-2024.1.markdown @@ -805,6 +805,28 @@ For a summary in a more readable format: [@raman325]: https://github.com/raman325 [@tronikos]: https://github.com/tronikos +## Release 2024.1.2 - January 6 + +- Fix support for play/pause functionality in System Bridge ([@timmo001] - [#103423]) +- Fix passing correct location id to streamlabs water ([@joostlek] - [#107291]) +- Fix Shelly missing Gen value for older devices ([@thecode] - [#107294]) +- enigma2: fix exception when device in deep sleep, fix previous track ([@autinerd] - [#107296]) +- Fix assertion error when unloading ZHA with pollable entities ([@dmulcahey] - [#107311]) + +[#103423]: https://github.com/home-assistant/core/pull/103423 +[#106970]: https://github.com/home-assistant/core/pull/106970 +[#107239]: https://github.com/home-assistant/core/pull/107239 +[#107291]: https://github.com/home-assistant/core/pull/107291 +[#107294]: https://github.com/home-assistant/core/pull/107294 +[#107296]: https://github.com/home-assistant/core/pull/107296 +[#107311]: https://github.com/home-assistant/core/pull/107311 +[@autinerd]: https://github.com/autinerd +[@dmulcahey]: https://github.com/dmulcahey +[@frenck]: https://github.com/frenck +[@joostlek]: https://github.com/joostlek +[@thecode]: https://github.com/thecode +[@timmo001]: https://github.com/timmo001 + [#100573]: https://github.com/home-assistant/core/pull/100573 [#100601]: https://github.com/home-assistant/core/pull/100601 [#101102]: https://github.com/home-assistant/core/pull/101102