-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
2025.11.3 #41900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2025.11.3 #41900
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -54,6 +54,7 @@ PS: Oh, and pssst... Don't tell anyone 🤫, but there might be something exciti | |||||||||||||||||||||||
| - [Patch releases](#patch-releases) | ||||||||||||||||||||||||
| - [2025.11.1 - November 7](#2025111---november-7) | ||||||||||||||||||||||||
| - [2025.11.2 - November 14](#2025112---november-14) | ||||||||||||||||||||||||
| - [2025.11.3 - November 21](#2025113---november-21) | ||||||||||||||||||||||||
| - [Need help? Join the community](#need-help-join-the-community) | ||||||||||||||||||||||||
| - [Backward-incompatible changes](#backward-incompatible-changes) | ||||||||||||||||||||||||
| - [All changes](#all-changes) | ||||||||||||||||||||||||
|
|
@@ -514,6 +515,86 @@ release once a week, aiming for Friday. | |||||||||||||||||||||||
| [@xE1H]: https://github.com/xE1H | ||||||||||||||||||||||||
| [@zweckj]: https://github.com/zweckj | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ### 2025.11.3 - November 21 | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| - Cache token info in Wallbox ([@hesselonline] - [#154147]) | ||||||||||||||||||||||||
| - Bump version of python_awair to 0.2.5 ([@averybiteydinosaur] - [#155798]) | ||||||||||||||||||||||||
| - Fix args passed to check_config script ([@tmonck] - [#155885]) | ||||||||||||||||||||||||
| - update methods to non deprecated methods in vesync ([@cdnninja] - [#155887]) | ||||||||||||||||||||||||
| - Fix wrong BrowseError module in Kode ([@charrus] - [#155971]) | ||||||||||||||||||||||||
| - Bump universal-silabs-flasher to v0.1.0 ([@puddly] - [#156291]) | ||||||||||||||||||||||||
| - Reset state on error during VOIP announcement ([@jaminh] - [#156384]) | ||||||||||||||||||||||||
| - Bump pyiCloud to 2.2.0 ([@PaulCavill] - [#156485]) | ||||||||||||||||||||||||
| - Fix is_matching in samsungtv config flow ([@FredrikM97] - [#156594]) | ||||||||||||||||||||||||
| - Bump async-upnp-client to 0.46.0 ([@edenhaus] - [#156622]) | ||||||||||||||||||||||||
| - Bump tplink-omada-api to 1.5.3 ([@MarkGodwin] - [#156645]) | ||||||||||||||||||||||||
| - Fix missing description placeholders in MQTT subentry flow ([@jbouwh] - [#156684]) | ||||||||||||||||||||||||
| - Fix missing `temperature_delta` device class translations ([@jbouwh] - [#156685]) | ||||||||||||||||||||||||
| - Bump ohmepy and remove advanced_settings_coordinator ([@dan-r] - [#156764]) | ||||||||||||||||||||||||
| - Fix blocking call in cync ([@epenet] - [#156782]) | ||||||||||||||||||||||||
| - Lamarzocco fix websocket reconnect issue ([@zweckj] - [#156786]) | ||||||||||||||||||||||||
| - Fix hvv_departures to pass config_entry explicitly to DataUpdateCoordinator ([@Copilot] - [#156794]) | ||||||||||||||||||||||||
| - Bump aioautomower to 2.7.1 ([@Thomas55555] - [#156826]) | ||||||||||||||||||||||||
| - Bump pySmartThings to 3.3.4 ([@joostlek] - [#156830]) | ||||||||||||||||||||||||
| - Bump universal-silabs-flasher to 0.1.2 ([@puddly] - [#156849]) | ||||||||||||||||||||||||
| - Bump onedrive-personal-sdk to 0.0.17 ([@zweckj] - [#156865]) | ||||||||||||||||||||||||
| - Bump aiounifi to 88 ([@Sese-Schneider] - [#156867]) | ||||||||||||||||||||||||
| - Rework CloudhookURL setup for mobile app ([@TimoPtr] - [#156940]) | ||||||||||||||||||||||||
| - Bump go2rtc to 1.9.12 and go2rtc-client to 0.3.0 ([@edenhaus] - [#156948]) | ||||||||||||||||||||||||
| - Update frontend to 20251105.1 ([@bramkragten] - [#156992]) | ||||||||||||||||||||||||
| - Throttle Decora wifi updates ([@joostlek] - [#156994]) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [#154147]: https://github.com/home-assistant/core/pull/154147 | ||||||||||||||||||||||||
| [#155798]: https://github.com/home-assistant/core/pull/155798 | ||||||||||||||||||||||||
| [#155885]: https://github.com/home-assistant/core/pull/155885 | ||||||||||||||||||||||||
| [#155887]: https://github.com/home-assistant/core/pull/155887 | ||||||||||||||||||||||||
| [#155971]: https://github.com/home-assistant/core/pull/155971 | ||||||||||||||||||||||||
| [#156076]: https://github.com/home-assistant/core/pull/156076 | ||||||||||||||||||||||||
| [#156291]: https://github.com/home-assistant/core/pull/156291 | ||||||||||||||||||||||||
| [#156384]: https://github.com/home-assistant/core/pull/156384 | ||||||||||||||||||||||||
| [#156485]: https://github.com/home-assistant/core/pull/156485 | ||||||||||||||||||||||||
| [#156594]: https://github.com/home-assistant/core/pull/156594 | ||||||||||||||||||||||||
| [#156620]: https://github.com/home-assistant/core/pull/156620 | ||||||||||||||||||||||||
|
Comment on lines
+552
to
+557
|
||||||||||||||||||||||||
| [#156076]: https://github.com/home-assistant/core/pull/156076 | |
| [#156291]: https://github.com/home-assistant/core/pull/156291 | |
| [#156384]: https://github.com/home-assistant/core/pull/156384 | |
| [#156485]: https://github.com/home-assistant/core/pull/156485 | |
| [#156594]: https://github.com/home-assistant/core/pull/156594 | |
| [#156620]: https://github.com/home-assistant/core/pull/156620 | |
| [#156291]: https://github.com/home-assistant/core/pull/156291 | |
| [#156384]: https://github.com/home-assistant/core/pull/156384 | |
| [#156485]: https://github.com/home-assistant/core/pull/156485 | |
| [#156594]: https://github.com/home-assistant/core/pull/156594 |
Copilot
AI
Nov 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR link #156620 is defined in the reference section but is not referenced in any of the changelog entries above. This unused link definition should be removed.
| [#156620]: https://github.com/home-assistant/core/pull/156620 |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -1194,6 +1194,86 @@ For a summary in a more readable format | |||||||||||||||||||||||
| [@xE1H]: https://github.com/xE1H | ||||||||||||||||||||||||
| [@zweckj]: https://github.com/zweckj | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| ## Release 2025.11.3 - November 21 | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| - Cache token info in Wallbox ([@hesselonline] - [#154147]) | ||||||||||||||||||||||||
| - Bump version of python_awair to 0.2.5 ([@averybiteydinosaur] - [#155798]) | ||||||||||||||||||||||||
| - Fix args passed to check_config script ([@tmonck] - [#155885]) | ||||||||||||||||||||||||
| - update methods to non deprecated methods in vesync ([@cdnninja] - [#155887]) | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
| - Fix wrong BrowseError module in Kode ([@charrus] - [#155971]) | ||||||||||||||||||||||||
| - Bump universal-silabs-flasher to v0.1.0 ([@puddly] - [#156291]) | ||||||||||||||||||||||||
| - Reset state on error during VOIP announcement ([@jaminh] - [#156384]) | ||||||||||||||||||||||||
| - Bump pyiCloud to 2.2.0 ([@PaulCavill] - [#156485]) | ||||||||||||||||||||||||
| - Fix is_matching in samsungtv config flow ([@FredrikM97] - [#156594]) | ||||||||||||||||||||||||
| - Bump async-upnp-client to 0.46.0 ([@edenhaus] - [#156622]) | ||||||||||||||||||||||||
| - Bump tplink-omada-api to 1.5.3 ([@MarkGodwin] - [#156645]) | ||||||||||||||||||||||||
| - Fix missing description placeholders in MQTT subentry flow ([@jbouwh] - [#156684]) | ||||||||||||||||||||||||
| - Fix missing `temperature_delta` device class translations ([@jbouwh] - [#156685]) | ||||||||||||||||||||||||
| - Bump ohmepy and remove advanced_settings_coordinator ([@dan-r] - [#156764]) | ||||||||||||||||||||||||
| - Fix blocking call in cync ([@epenet] - [#156782]) | ||||||||||||||||||||||||
| - Lamarzocco fix websocket reconnect issue ([@zweckj] - [#156786]) | ||||||||||||||||||||||||
| - Fix hvv_departures to pass config_entry explicitly to DataUpdateCoordinator ([@Copilot] - [#156794]) | ||||||||||||||||||||||||
| - Bump aioautomower to 2.7.1 ([@Thomas55555] - [#156826]) | ||||||||||||||||||||||||
| - Bump pySmartThings to 3.3.4 ([@joostlek] - [#156830]) | ||||||||||||||||||||||||
| - Bump universal-silabs-flasher to 0.1.2 ([@puddly] - [#156849]) | ||||||||||||||||||||||||
| - Bump onedrive-personal-sdk to 0.0.17 ([@zweckj] - [#156865]) | ||||||||||||||||||||||||
| - Bump aiounifi to 88 ([@Sese-Schneider] - [#156867]) | ||||||||||||||||||||||||
| - Rework CloudhookURL setup for mobile app ([@TimoPtr] - [#156940]) | ||||||||||||||||||||||||
| - Bump go2rtc to 1.9.12 and go2rtc-client to 0.3.0 ([@edenhaus] - [#156948]) | ||||||||||||||||||||||||
| - Update frontend to 20251105.1 ([@bramkragten] - [#156992]) | ||||||||||||||||||||||||
| - Throttle Decora wifi updates ([@joostlek] - [#156994]) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| [#154147]: https://github.com/home-assistant/core/pull/154147 | ||||||||||||||||||||||||
| [#155798]: https://github.com/home-assistant/core/pull/155798 | ||||||||||||||||||||||||
| [#155885]: https://github.com/home-assistant/core/pull/155885 | ||||||||||||||||||||||||
| [#155887]: https://github.com/home-assistant/core/pull/155887 | ||||||||||||||||||||||||
| [#155971]: https://github.com/home-assistant/core/pull/155971 | ||||||||||||||||||||||||
| [#156076]: https://github.com/home-assistant/core/pull/156076 | ||||||||||||||||||||||||
| [#156291]: https://github.com/home-assistant/core/pull/156291 | ||||||||||||||||||||||||
| [#156384]: https://github.com/home-assistant/core/pull/156384 | ||||||||||||||||||||||||
| [#156485]: https://github.com/home-assistant/core/pull/156485 | ||||||||||||||||||||||||
| [#156594]: https://github.com/home-assistant/core/pull/156594 | ||||||||||||||||||||||||
| [#156620]: https://github.com/home-assistant/core/pull/156620 | ||||||||||||||||||||||||
|
Comment on lines
+1231
to
+1236
|
||||||||||||||||||||||||
| [#156076]: https://github.com/home-assistant/core/pull/156076 | |
| [#156291]: https://github.com/home-assistant/core/pull/156291 | |
| [#156384]: https://github.com/home-assistant/core/pull/156384 | |
| [#156485]: https://github.com/home-assistant/core/pull/156485 | |
| [#156594]: https://github.com/home-assistant/core/pull/156594 | |
| [#156620]: https://github.com/home-assistant/core/pull/156620 | |
| [#156291]: https://github.com/home-assistant/core/pull/156291 | |
| [#156384]: https://github.com/home-assistant/core/pull/156384 | |
| [#156485]: https://github.com/home-assistant/core/pull/156485 | |
| [#156594]: https://github.com/home-assistant/core/pull/156594 |
Copilot
AI
Nov 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR link #156620 is defined in the reference section but is not referenced in any of the changelog entries above. This unused link definition should be removed.
| [#156620]: https://github.com/home-assistant/core/pull/156620 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list item should begin with a capital letter according to the style guide. Change "update" to "Update".