-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
2025.12.3 #42540
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.12.3 #42540
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 | ||
|---|---|---|---|---|
|
|
@@ -113,6 +113,7 @@ Now go and automate stuff! | |||
| - [Patch releases](#patch-releases) | ||||
| - [2025.12.1 - December 5](#2025121---december-5) | ||||
| - [2025.12.2 - December 8](#2025122---december-8) | ||||
| - [2025.12.3 - December 12](#2025123---december-12) | ||||
| - [Need help? Join the community](#need-help-join-the-community) | ||||
| - [Backward-incompatible changes](#backward-incompatible-changes) | ||||
| - [All changes](#all-changes) | ||||
|
|
@@ -683,6 +684,86 @@ release once a week, aiming for Friday. | |||
| [@thecode]: https://github.com/thecode | ||||
| [@tr4nt0r]: https://github.com/tr4nt0r | ||||
|
|
||||
| ### 2025.12.3 - December 12 | ||||
|
|
||||
| - Fix Tuya BitmapTypeInformation parsing ([@epenet] - [#158475]) | ||||
| - Move translatable URL out of strings.json for knx integration ([@jbouwh] - [#155244]) | ||||
| - Improve Tuya HVACMode handling ([@epenet] - [#158042]) | ||||
| - Bump pypck to 0.9.7 ([@alengwenus] - [#158089]) | ||||
| - Bump blinkpy to 0.25.1 ([@KiraPC] - [#158135]) | ||||
| - Fix webhook exception when empty json data is sent ([@mikedast] - [#158254]) | ||||
| - Fix roborock off peak electricity timer ([@allenporter] - [#158292]) | ||||
| - Switchbot Cloud: Fixed binary sensors didn't update automatically ([@XiaoLing-git] - [#158434]) | ||||
| - Add Tuya local_strategy to Tuya diagnostic ([@epenet] - [#158450]) | ||||
| - Improve Roborock exception logging behavior for Zeo/Dyad devices ([@allenporter] - [#158465]) | ||||
| - Fix Matter Door Lock Operating Mode select entity ([@lboue] - [#158468]) | ||||
| - Bump asusrouter to 1.21.3 ([@Vaskivskyi] - [#158492]) | ||||
| - Bump hanna-cloud to version 0.0.7 ([@bestycame] - [#158536]) | ||||
| - Add measurement state class to ohme sensors ([@andrew-codechimp] - [#158541]) | ||||
| - Bump python-roborock to 3.12.2 ([@allenporter] - [#158572]) | ||||
| - Pin pycares to 4.11.0 ([@bdraco] - [#158695]) | ||||
| - Add state_class to Growatt power and energy sensors ([@johanzander] - [#158705]) | ||||
| - Update advanced_options display text for MQTT ([@ndrwrbgs] - [#158728]) | ||||
| - Bump google air quality api to 2.0.2 ([@Thomas55555] - [#158742]) | ||||
| - Migrate Blink component to use hardware_id instead of device_id ([@cdutr] - [#158765]) | ||||
| - Bump ical to 12.1.1 ([@allenporter] - [#158770]) | ||||
| - Bump pylamarzocco to 2.2.3 ([@zweckj] - [#158104]) | ||||
| - Bump pylamarzocco to 2.2.4 ([@zweckj] - [#158774]) | ||||
| - Increase Xbox update interval to 15 seconds and refactor title data handling ([@tr4nt0r] - [#158780]) | ||||
| - Bump pySmartThings to 3.5.1 ([@joostlek] - [#158795]) | ||||
| - Bump aioasuswrt to 1.5.2 ([@kennedyshead] - [#158727]) | ||||
|
|
||||
| [#155244]: https://github.com/home-assistant/core/pull/155244 | ||||
| [#157330]: https://github.com/home-assistant/core/pull/157330 | ||||
| [#158042]: https://github.com/home-assistant/core/pull/158042 | ||||
| [#158071]: https://github.com/home-assistant/core/pull/158071 | ||||
|
||||
| [#158071]: https://github.com/home-assistant/core/pull/158071 |
Copilot
AI
Dec 12, 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 reference link for #158274 is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.
| [#158274]: https://github.com/home-assistant/core/pull/158274 |
Copilot
AI
Dec 12, 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 contributor reference [@frenck] is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.
| [@frenck]: https://github.com/frenck |
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -1102,6 +1102,86 @@ For a summary in a more readable format | |||
| [@thecode]: https://github.com/thecode | ||||
| [@tr4nt0r]: https://github.com/tr4nt0r | ||||
|
|
||||
| ## Release 2025.12.3 - December 12 | ||||
|
|
||||
| - Fix Tuya BitmapTypeInformation parsing ([@epenet] - [#158475]) | ||||
| - Move translatable URL out of strings.json for knx integration ([@jbouwh] - [#155244]) | ||||
| - Improve Tuya HVACMode handling ([@epenet] - [#158042]) | ||||
| - Bump pypck to 0.9.7 ([@alengwenus] - [#158089]) | ||||
| - Bump blinkpy to 0.25.1 ([@KiraPC] - [#158135]) | ||||
| - Fix webhook exception when empty json data is sent ([@mikedast] - [#158254]) | ||||
| - Fix roborock off peak electricity timer ([@allenporter] - [#158292]) | ||||
| - Switchbot Cloud: Fixed binary sensors didn't update automatically ([@XiaoLing-git] - [#158434]) | ||||
| - Add Tuya local_strategy to Tuya diagnostic ([@epenet] - [#158450]) | ||||
| - Improve Roborock exception logging behavior for Zeo/Dyad devices ([@allenporter] - [#158465]) | ||||
| - Fix Matter Door Lock Operating Mode select entity ([@lboue] - [#158468]) | ||||
| - Bump asusrouter to 1.21.3 ([@Vaskivskyi] - [#158492]) | ||||
| - Bump hanna-cloud to version 0.0.7 ([@bestycame] - [#158536]) | ||||
| - Add measurement state class to ohme sensors ([@andrew-codechimp] - [#158541]) | ||||
| - Bump python-roborock to 3.12.2 ([@allenporter] - [#158572]) | ||||
| - Pin pycares to 4.11.0 ([@bdraco] - [#158695]) | ||||
| - Add state_class to Growatt power and energy sensors ([@johanzander] - [#158705]) | ||||
| - Update advanced_options display text for MQTT ([@ndrwrbgs] - [#158728]) | ||||
| - Bump google air quality api to 2.0.2 ([@Thomas55555] - [#158742]) | ||||
| - Migrate Blink component to use hardware_id instead of device_id ([@cdutr] - [#158765]) | ||||
| - Bump ical to 12.1.1 ([@allenporter] - [#158770]) | ||||
| - Bump pylamarzocco to 2.2.3 ([@zweckj] - [#158104]) | ||||
| - Bump pylamarzocco to 2.2.4 ([@zweckj] - [#158774]) | ||||
| - Increase Xbox update interval to 15 seconds and refactor title data handling ([@tr4nt0r] - [#158780]) | ||||
| - Bump pySmartThings to 3.5.1 ([@joostlek] - [#158795]) | ||||
| - Bump aioasuswrt to 1.5.2 ([@kennedyshead] - [#158727]) | ||||
|
|
||||
| [#155244]: https://github.com/home-assistant/core/pull/155244 | ||||
| [#157330]: https://github.com/home-assistant/core/pull/157330 | ||||
|
||||
| [#157330]: https://github.com/home-assistant/core/pull/157330 |
Copilot
AI
Dec 12, 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 reference link for #158071 is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.
| [#158071]: https://github.com/home-assistant/core/pull/158071 |
Copilot
AI
Dec 12, 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 reference link for #158274 is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.
| [#158274]: https://github.com/home-assistant/core/pull/158274 |
Copilot
AI
Dec 12, 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 contributor reference [@frenck] is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.
| [@frenck]: https://github.com/frenck |
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 reference link for #157330 is included but not referenced in any of the changelog entries for release 2025.12.3. This unused reference should be removed to keep the changelog clean and maintainable.