This commit is contained in:
Franck Nijhof 2024-01-06 13:19:13 +01:00 committed by GitHub
parent 39cf70c14e
commit b93fa79ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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