This commit is contained in:
Franck Nijhof 2024-12-20 11:47:19 +01:00 committed by GitHub
parent 4c6cc15f28
commit 9280b82e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 101 additions and 2 deletions

View File

@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 12
current_patch_version: 4
date_released: 2024-12-17
current_patch_version: 5
date_released: 2024-12-20
# 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

@ -71,6 +71,7 @@ Happy holidays! And for the last time in 2024: Enjoy the release!
- [2024.12.2 - December 10](#2024122---december-10)
- [2024.12.3 - December 13](#2024123---december-13)
- [2024.12.4 - December 17](#2024124---december-17)
- [2024.12.5 - December 20](#2024125---december-20)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
@ -650,6 +651,55 @@ release every Friday.
[@mib1185]: https://github.com/mib1185
[@rappenze]: https://github.com/rappenze
### 2024.12.5 - December 20
- Bump `nice-go` to 1.0.0 ([@IceBotYT] - [#133185])
- Add support for Nice G.O. HAE00080 wall station ([@IceBotYT] - [#133186])
- Bugfix: also schedule time based integration when source is 0 ([@ronweikamp] - [#133438])
- Ensure screenlogic retries if the protocol adapter is still booting ([@bdraco] - [#133444])
- Bump Freebox to 1.2.1 ([@Quentame] - [#133455])
- Bump pyOverkiz to 1.15.3 ([@iMicknl] - [#133458])
- Don't raise Overkiz user flow unique_id check ([@iMicknl] - [#133471])
- Update Roborock to 2.8.1 ([@Lash-L] - [#133492])
- Update fjäråskupan to 2.3.1 ([@elupus] - [#133493])
- Update fjäråskupan to 2.3.2 ([@elupus] - [#133499])
- Bump gardena_bluetooth to 1.5.0 ([@elupus] - [#133502])
- Bump aiohttp to 3.11.11 ([@bdraco] - [#133530])
- Handle null value for elapsed time in Music Assistant ([@marcelveldt] - [#133597])
- Fix Twinkly raise on progress ([@joostlek] - [#133601])
- Handle mqtt.WebsocketConnectionError when connecting to the MQTT broker ([@bdraco] - [#133610])
[#132195]: https://github.com/home-assistant/core/pull/132195
[#132509]: https://github.com/home-assistant/core/pull/132509
[#132846]: https://github.com/home-assistant/core/pull/132846
[#133123]: https://github.com/home-assistant/core/pull/133123
[#133185]: https://github.com/home-assistant/core/pull/133185
[#133186]: https://github.com/home-assistant/core/pull/133186
[#133422]: https://github.com/home-assistant/core/pull/133422
[#133438]: https://github.com/home-assistant/core/pull/133438
[#133444]: https://github.com/home-assistant/core/pull/133444
[#133455]: https://github.com/home-assistant/core/pull/133455
[#133458]: https://github.com/home-assistant/core/pull/133458
[#133471]: https://github.com/home-assistant/core/pull/133471
[#133492]: https://github.com/home-assistant/core/pull/133492
[#133493]: https://github.com/home-assistant/core/pull/133493
[#133499]: https://github.com/home-assistant/core/pull/133499
[#133502]: https://github.com/home-assistant/core/pull/133502
[#133530]: https://github.com/home-assistant/core/pull/133530
[#133597]: https://github.com/home-assistant/core/pull/133597
[#133601]: https://github.com/home-assistant/core/pull/133601
[#133610]: https://github.com/home-assistant/core/pull/133610
[@IceBotYT]: https://github.com/IceBotYT
[@Lash-L]: https://github.com/Lash-L
[@Quentame]: https://github.com/Quentame
[@bdraco]: https://github.com/bdraco
[@elupus]: https://github.com/elupus
[@frenck]: https://github.com/frenck
[@iMicknl]: https://github.com/iMicknl
[@joostlek]: https://github.com/joostlek
[@marcelveldt]: https://github.com/marcelveldt
[@ronweikamp]: https://github.com/ronweikamp
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing

View File

@ -1060,6 +1060,55 @@ For a summary in a more readable format:
[@mib1185]: https://github.com/mib1185
[@rappenze]: https://github.com/rappenze
## Release 2024.12.5 - December 20
- Bump `nice-go` to 1.0.0 ([@IceBotYT] - [#133185])
- Add support for Nice G.O. HAE00080 wall station ([@IceBotYT] - [#133186])
- Bugfix: also schedule time based integration when source is 0 ([@ronweikamp] - [#133438])
- Ensure screenlogic retries if the protocol adapter is still booting ([@bdraco] - [#133444])
- Bump Freebox to 1.2.1 ([@Quentame] - [#133455])
- Bump pyOverkiz to 1.15.3 ([@iMicknl] - [#133458])
- Don't raise Overkiz user flow unique_id check ([@iMicknl] - [#133471])
- Update Roborock to 2.8.1 ([@Lash-L] - [#133492])
- Update fjäråskupan to 2.3.1 ([@elupus] - [#133493])
- Update fjäråskupan to 2.3.2 ([@elupus] - [#133499])
- Bump gardena_bluetooth to 1.5.0 ([@elupus] - [#133502])
- Bump aiohttp to 3.11.11 ([@bdraco] - [#133530])
- Handle null value for elapsed time in Music Assistant ([@marcelveldt] - [#133597])
- Fix Twinkly raise on progress ([@joostlek] - [#133601])
- Handle mqtt.WebsocketConnectionError when connecting to the MQTT broker ([@bdraco] - [#133610])
[#132195]: https://github.com/home-assistant/core/pull/132195
[#132509]: https://github.com/home-assistant/core/pull/132509
[#132846]: https://github.com/home-assistant/core/pull/132846
[#133123]: https://github.com/home-assistant/core/pull/133123
[#133185]: https://github.com/home-assistant/core/pull/133185
[#133186]: https://github.com/home-assistant/core/pull/133186
[#133422]: https://github.com/home-assistant/core/pull/133422
[#133438]: https://github.com/home-assistant/core/pull/133438
[#133444]: https://github.com/home-assistant/core/pull/133444
[#133455]: https://github.com/home-assistant/core/pull/133455
[#133458]: https://github.com/home-assistant/core/pull/133458
[#133471]: https://github.com/home-assistant/core/pull/133471
[#133492]: https://github.com/home-assistant/core/pull/133492
[#133493]: https://github.com/home-assistant/core/pull/133493
[#133499]: https://github.com/home-assistant/core/pull/133499
[#133502]: https://github.com/home-assistant/core/pull/133502
[#133530]: https://github.com/home-assistant/core/pull/133530
[#133597]: https://github.com/home-assistant/core/pull/133597
[#133601]: https://github.com/home-assistant/core/pull/133601
[#133610]: https://github.com/home-assistant/core/pull/133610
[@IceBotYT]: https://github.com/IceBotYT
[@Lash-L]: https://github.com/Lash-L
[@Quentame]: https://github.com/Quentame
[@bdraco]: https://github.com/bdraco
[@elupus]: https://github.com/elupus
[@frenck]: https://github.com/frenck
[@iMicknl]: https://github.com/iMicknl
[@joostlek]: https://github.com/joostlek
[@marcelveldt]: https://github.com/marcelveldt
[@ronweikamp]: https://github.com/ronweikamp
[#113438]: https://github.com/home-assistant/core/pull/113438
[#120357]: https://github.com/home-assistant/core/pull/120357
[#123563]: https://github.com/home-assistant/core/pull/123563