This commit is contained in:
Franck Nijhof 2024-11-22 11:58:41 +01:00 committed by GitHub
parent 753d1a0016
commit 37a3610a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 207 additions and 2 deletions

View File

@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 11
current_patch_version: 2
date_released: 2024-11-15
current_patch_version: 3
date_released: 2024-11-22
# 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

@ -65,6 +65,7 @@ Enjoy the release!
- [Patch releases](#patch-releases)
- [2024.11.1 - November 8](#2024111---november-8)
- [2024.11.2 - November 15](#2024112---november-15)
- [2024.11.3 - November 22](#2024113---november-22)
- [Need help? Join the community!](#need-help-join-the-community)
- [Backward-incompatible changes](#backward-incompatible-changes)
- [All changes](#all-changes)
@ -430,6 +431,25 @@ release every Friday.
- Fix bugs in nest stream expiration handling ([@allenporter] - [#130150])
- Refrase imap fetch service description string ([@jbouwh] - [#130152])
[@Bre77]: https://github.com/Bre77
[@KelvinDekker]: https://github.com/KelvinDekker
[@Lash-L]: https://github.com/Lash-L
[@LouisChrist]: https://github.com/LouisChrist
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@allenporter]: https://github.com/allenporter
[@bramkragten]: https://github.com/bramkragten
[@edenhaus]: https://github.com/edenhaus
[@emontnemery]: https://github.com/emontnemery
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@ispysoftware]: https://github.com/ispysoftware
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@kbickar]: https://github.com/kbickar
[@klaasnicolaas]: https://github.com/klaasnicolaas
[@shaiu]: https://github.com/shaiu
[@synesthesiam]: https://github.com/synesthesiam
[@zweckj]: https://github.com/zweckj
[#129970]: https://github.com/home-assistant/core/pull/129970
[#129982]: https://github.com/home-assistant/core/pull/129982
[#129986]: https://github.com/home-assistant/core/pull/129986
@ -633,6 +653,89 @@ release every Friday.
[@silamon]: https://github.com/silamon
[@starkillerOG]: https://github.com/starkillerOG
### 2024.11.3 - November 22
- Prevent endless loop in recorder when using a filter and there are no more states to purge ([@davinkevin] - [#126149])
- Fix and bump apsystems-ez1 to 2.4.0 ([@patman15] - [#130740])
- Fix file uploads in MQTT config flow not processed in executor ([@jbouwh] - [#130746])
- Update twentemilieu to 2.1.0 ([@frenck] - [#130752])
- Fix unexpected stop of media playback via ffmpeg proxy for ESPhome devices ([@mib1185] - [#130788])
- Bump homematicip to 1.1.3 ([@hahn-th] - [#130824])
- UPB integration: Change unique ID from int to string. ([@gwww] - [#130832])
- Reolink fix dev/entity id migration ([@starkillerOG] - [#130836])
- Use default device sensors also for AirQ devices in Sensibo ([@gjohansson-ST] - [#130841])
- Pass config_entry explicitly in rachio ([@epenet] - [#130865])
- Bump bluetooth-adapters to 0.20.2 ([@bdraco] - [#130877])
- Fixed Small Inaccuracy in Description String for myUplink ([@CharlesYuan02] - [#130900])
- Unscape HTML Entities from RSS feeds ([@skgsergio] - [#130915])
- Update elmax_api to v0.0.6.1 ([@ElmaxSrl] - [#130917])
- Bump aioairq to 0.4.3 ([@Sibgatulin] - [#130963])
- Strip whitespaces from host in ping config flow ([@jpbede] - [#130970])
- Add more UI user-friendly description to six Supervisor actions ([@NoRi2909] - [#130971])
- Add missing catholic category in workday ([@gjohansson-ST] - [#130983])
- Bump holidays to 0.61 ([@gjohansson-ST] - [#130984])
- Bump aioairzone to 0.9.6 ([@Noltari] - [#130559])
- Update aioairzone to v0.9.7 ([@Noltari] - [#131033])
- Replace "service" with "action" in zha:reconfigure_device ([@NoRi2909] - [#131111])
- Fix typo in name of "Alarm arm home instant" action ([@NoRi2909] - [#131151])
- Fix cast translation string ([@NoRi2909] - [#131156])
- Fix typo in ESPHome repair text ([@jesserockz] - [#131200])
- Reolink log fast poll errors once ([@starkillerOG] - [#131203])
- Fix fibaro cover state is not always correct ([@rappenze] - [#131206])
- Bump reolink_aio to 0.11.2 ([@starkillerOG] - [#131237])
[#126149]: https://github.com/home-assistant/core/pull/126149
[#129970]: https://github.com/home-assistant/core/pull/129970
[#130156]: https://github.com/home-assistant/core/pull/130156
[#130559]: https://github.com/home-assistant/core/pull/130559
[#130713]: https://github.com/home-assistant/core/pull/130713
[#130740]: https://github.com/home-assistant/core/pull/130740
[#130746]: https://github.com/home-assistant/core/pull/130746
[#130752]: https://github.com/home-assistant/core/pull/130752
[#130788]: https://github.com/home-assistant/core/pull/130788
[#130824]: https://github.com/home-assistant/core/pull/130824
[#130832]: https://github.com/home-assistant/core/pull/130832
[#130836]: https://github.com/home-assistant/core/pull/130836
[#130841]: https://github.com/home-assistant/core/pull/130841
[#130865]: https://github.com/home-assistant/core/pull/130865
[#130877]: https://github.com/home-assistant/core/pull/130877
[#130900]: https://github.com/home-assistant/core/pull/130900
[#130915]: https://github.com/home-assistant/core/pull/130915
[#130917]: https://github.com/home-assistant/core/pull/130917
[#130963]: https://github.com/home-assistant/core/pull/130963
[#130970]: https://github.com/home-assistant/core/pull/130970
[#130971]: https://github.com/home-assistant/core/pull/130971
[#130983]: https://github.com/home-assistant/core/pull/130983
[#130984]: https://github.com/home-assistant/core/pull/130984
[#131033]: https://github.com/home-assistant/core/pull/131033
[#131111]: https://github.com/home-assistant/core/pull/131111
[#131151]: https://github.com/home-assistant/core/pull/131151
[#131156]: https://github.com/home-assistant/core/pull/131156
[#131200]: https://github.com/home-assistant/core/pull/131200
[#131203]: https://github.com/home-assistant/core/pull/131203
[#131206]: https://github.com/home-assistant/core/pull/131206
[#131237]: https://github.com/home-assistant/core/pull/131237
[@CharlesYuan02]: https://github.com/CharlesYuan02
[@ElmaxSrl]: https://github.com/ElmaxSrl
[@NoRi2909]: https://github.com/NoRi2909
[@Noltari]: https://github.com/Noltari
[@Sibgatulin]: https://github.com/Sibgatulin
[@bdraco]: https://github.com/bdraco
[@davinkevin]: https://github.com/davinkevin
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@gwww]: https://github.com/gwww
[@hahn-th]: https://github.com/hahn-th
[@jbouwh]: https://github.com/jbouwh
[@jesserockz]: https://github.com/jesserockz
[@jpbede]: https://github.com/jpbede
[@mib1185]: https://github.com/mib1185
[@patman15]: https://github.com/patman15
[@rappenze]: https://github.com/rappenze
[@skgsergio]: https://github.com/skgsergio
[@starkillerOG]: https://github.com/starkillerOG
## Need help? Join the community!
Home Assistant has a great community of users who are all more than willing

View File

@ -1351,6 +1351,25 @@ For a summary in a more readable format:
- Fix bugs in nest stream expiration handling ([@allenporter] - [#130150])
- Refrase imap fetch service description string ([@jbouwh] - [#130152])
[@Bre77]: https://github.com/Bre77
[@KelvinDekker]: https://github.com/KelvinDekker
[@Lash-L]: https://github.com/Lash-L
[@LouisChrist]: https://github.com/LouisChrist
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@allenporter]: https://github.com/allenporter
[@bramkragten]: https://github.com/bramkragten
[@edenhaus]: https://github.com/edenhaus
[@emontnemery]: https://github.com/emontnemery
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@ispysoftware]: https://github.com/ispysoftware
[@jbouwh]: https://github.com/jbouwh
[@joostlek]: https://github.com/joostlek
[@kbickar]: https://github.com/kbickar
[@klaasnicolaas]: https://github.com/klaasnicolaas
[@shaiu]: https://github.com/shaiu
[@synesthesiam]: https://github.com/synesthesiam
[@zweckj]: https://github.com/zweckj
[#129970]: https://github.com/home-assistant/core/pull/129970
[#129982]: https://github.com/home-assistant/core/pull/129982
[#129986]: https://github.com/home-assistant/core/pull/129986
@ -1554,6 +1573,89 @@ For a summary in a more readable format:
[@silamon]: https://github.com/silamon
[@starkillerOG]: https://github.com/starkillerOG
## Release 2024.11.3 - November 22
- Prevent endless loop in recorder when using a filter and there are no more states to purge ([@davinkevin] - [#126149])
- Fix and bump apsystems-ez1 to 2.4.0 ([@patman15] - [#130740])
- Fix file uploads in MQTT config flow not processed in executor ([@jbouwh] - [#130746])
- Update twentemilieu to 2.1.0 ([@frenck] - [#130752])
- Fix unexpected stop of media playback via ffmpeg proxy for ESPhome devices ([@mib1185] - [#130788])
- Bump homematicip to 1.1.3 ([@hahn-th] - [#130824])
- UPB integration: Change unique ID from int to string. ([@gwww] - [#130832])
- Reolink fix dev/entity id migration ([@starkillerOG] - [#130836])
- Use default device sensors also for AirQ devices in Sensibo ([@gjohansson-ST] - [#130841])
- Pass config_entry explicitly in rachio ([@epenet] - [#130865])
- Bump bluetooth-adapters to 0.20.2 ([@bdraco] - [#130877])
- Fixed Small Inaccuracy in Description String for myUplink ([@CharlesYuan02] - [#130900])
- Unscape HTML Entities from RSS feeds ([@skgsergio] - [#130915])
- Update elmax_api to v0.0.6.1 ([@ElmaxSrl] - [#130917])
- Bump aioairq to 0.4.3 ([@Sibgatulin] - [#130963])
- Strip whitespaces from host in ping config flow ([@jpbede] - [#130970])
- Add more UI user-friendly description to six Supervisor actions ([@NoRi2909] - [#130971])
- Add missing catholic category in workday ([@gjohansson-ST] - [#130983])
- Bump holidays to 0.61 ([@gjohansson-ST] - [#130984])
- Bump aioairzone to 0.9.6 ([@Noltari] - [#130559])
- Update aioairzone to v0.9.7 ([@Noltari] - [#131033])
- Replace "service" with "action" in zha:reconfigure_device ([@NoRi2909] - [#131111])
- Fix typo in name of "Alarm arm home instant" action ([@NoRi2909] - [#131151])
- Fix cast translation string ([@NoRi2909] - [#131156])
- Fix typo in ESPHome repair text ([@jesserockz] - [#131200])
- Reolink log fast poll errors once ([@starkillerOG] - [#131203])
- Fix fibaro cover state is not always correct ([@rappenze] - [#131206])
- Bump reolink_aio to 0.11.2 ([@starkillerOG] - [#131237])
[#126149]: https://github.com/home-assistant/core/pull/126149
[#129970]: https://github.com/home-assistant/core/pull/129970
[#130156]: https://github.com/home-assistant/core/pull/130156
[#130559]: https://github.com/home-assistant/core/pull/130559
[#130713]: https://github.com/home-assistant/core/pull/130713
[#130740]: https://github.com/home-assistant/core/pull/130740
[#130746]: https://github.com/home-assistant/core/pull/130746
[#130752]: https://github.com/home-assistant/core/pull/130752
[#130788]: https://github.com/home-assistant/core/pull/130788
[#130824]: https://github.com/home-assistant/core/pull/130824
[#130832]: https://github.com/home-assistant/core/pull/130832
[#130836]: https://github.com/home-assistant/core/pull/130836
[#130841]: https://github.com/home-assistant/core/pull/130841
[#130865]: https://github.com/home-assistant/core/pull/130865
[#130877]: https://github.com/home-assistant/core/pull/130877
[#130900]: https://github.com/home-assistant/core/pull/130900
[#130915]: https://github.com/home-assistant/core/pull/130915
[#130917]: https://github.com/home-assistant/core/pull/130917
[#130963]: https://github.com/home-assistant/core/pull/130963
[#130970]: https://github.com/home-assistant/core/pull/130970
[#130971]: https://github.com/home-assistant/core/pull/130971
[#130983]: https://github.com/home-assistant/core/pull/130983
[#130984]: https://github.com/home-assistant/core/pull/130984
[#131033]: https://github.com/home-assistant/core/pull/131033
[#131111]: https://github.com/home-assistant/core/pull/131111
[#131151]: https://github.com/home-assistant/core/pull/131151
[#131156]: https://github.com/home-assistant/core/pull/131156
[#131200]: https://github.com/home-assistant/core/pull/131200
[#131203]: https://github.com/home-assistant/core/pull/131203
[#131206]: https://github.com/home-assistant/core/pull/131206
[#131237]: https://github.com/home-assistant/core/pull/131237
[@CharlesYuan02]: https://github.com/CharlesYuan02
[@ElmaxSrl]: https://github.com/ElmaxSrl
[@NoRi2909]: https://github.com/NoRi2909
[@Noltari]: https://github.com/Noltari
[@Sibgatulin]: https://github.com/Sibgatulin
[@bdraco]: https://github.com/bdraco
[@davinkevin]: https://github.com/davinkevin
[@epenet]: https://github.com/epenet
[@frenck]: https://github.com/frenck
[@gjohansson-ST]: https://github.com/gjohansson-ST
[@gwww]: https://github.com/gwww
[@hahn-th]: https://github.com/hahn-th
[@jbouwh]: https://github.com/jbouwh
[@jesserockz]: https://github.com/jesserockz
[@jpbede]: https://github.com/jpbede
[@mib1185]: https://github.com/mib1185
[@patman15]: https://github.com/patman15
[@rappenze]: https://github.com/rappenze
[@skgsergio]: https://github.com/skgsergio
[@starkillerOG]: https://github.com/starkillerOG
[#102871]: https://github.com/home-assistant/core/pull/102871
[#108171]: https://github.com/home-assistant/core/pull/108171
[#108326]: https://github.com/home-assistant/core/pull/108326