diff --git a/_config.yml b/_config.yml index 97b433010e7..4e56943f595 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2025 current_minor_version: 12 -current_patch_version: 1 -date_released: 2025-12-05 +current_patch_version: 2 +date_released: 2025-12-08 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2025-12-03-release-202512.markdown b/source/_posts/2025-12-03-release-202512.markdown index 2f14924c381..828e19837c6 100644 --- a/source/_posts/2025-12-03-release-202512.markdown +++ b/source/_posts/2025-12-03-release-202512.markdown @@ -112,6 +112,7 @@ Now go and automate stuff! - [Add entities to Android widgets and favorites](#add-entities-to-android-widgets-and-favorites) - [Patch releases](#patch-releases) - [2025.12.1 - December 5](#2025121---december-5) + - [2025.12.2 - December 8](#2025122---december-8) - [Need help? Join the community](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -621,6 +622,67 @@ release once a week, aiming for Friday. [#158057]: https://github.com/home-assistant/core/pull/158057 [#158069]: https://github.com/home-assistant/core/pull/158069 +### 2025.12.2 - December 8 + +- fix Lutron Caseta smart away subscription ([@omrishiv] - [#158082]) +- Fix legacy template entity_id field in migration ([@Petro31] - [#158105]) +- Revert "Remove Shelly redundant device entry check for sleepy devices" ([@thecode] - [#158108]) +- Ensure Roborock disconnects mqtt on unload/stop ([@allenporter] - [#158144]) +- Fix secure URLs for promotional game media in Xbox integration ([@tr4nt0r] - [#158162]) +- Add program id codes for Miele WQ1000 ([@astrandb] - [#158175]) +- Bump pymiele dependency to 0.6.1 ([@astrandb] - [#158177]) +- Bump asusrouter to 1.21.1 ([@Vaskivskyi] - [#158192]) +- Bump HueBLE to 2.1.0 ([@flip-dots] - [#158197]) +- Bump python-roborock to 3.10.10 ([@allenporter] - [#158212]) +- Be more specific about winter mode in the description ([@piitaya] - [#158230]) +- Fix description placeholders for system_bridge ([@jbouwh] - [#158232]) +- Bump google air quality api to 2.0.0 ([@Thomas55555] - [#158234]) +- Fix zwave_js service description placeholders ([@epenet] - [#158236]) +- Fix yeelight service description placeholders ([@epenet] - [#158239]) +- Fix teslemetry service description placeholders ([@epenet] - [#158240]) +- Fix multiple top-level support for template integration ([@Petro31] - [#158244]) +- Bump yt-dlp to 2025.12.08 ([@andreimoraru] - [#158253]) +- Update frontend to 20251203.2 ([@piitaya] - [#158259]) +- Skip check for onboarding done in Music Assistant integration ([@marcelveldt] - [#158270]) + +[#157330]: https://github.com/home-assistant/core/pull/157330 +[#158071]: https://github.com/home-assistant/core/pull/158071 +[#158082]: https://github.com/home-assistant/core/pull/158082 +[#158105]: https://github.com/home-assistant/core/pull/158105 +[#158108]: https://github.com/home-assistant/core/pull/158108 +[#158144]: https://github.com/home-assistant/core/pull/158144 +[#158162]: https://github.com/home-assistant/core/pull/158162 +[#158175]: https://github.com/home-assistant/core/pull/158175 +[#158177]: https://github.com/home-assistant/core/pull/158177 +[#158192]: https://github.com/home-assistant/core/pull/158192 +[#158197]: https://github.com/home-assistant/core/pull/158197 +[#158212]: https://github.com/home-assistant/core/pull/158212 +[#158230]: https://github.com/home-assistant/core/pull/158230 +[#158232]: https://github.com/home-assistant/core/pull/158232 +[#158234]: https://github.com/home-assistant/core/pull/158234 +[#158236]: https://github.com/home-assistant/core/pull/158236 +[#158239]: https://github.com/home-assistant/core/pull/158239 +[#158240]: https://github.com/home-assistant/core/pull/158240 +[#158244]: https://github.com/home-assistant/core/pull/158244 +[#158253]: https://github.com/home-assistant/core/pull/158253 +[#158259]: https://github.com/home-assistant/core/pull/158259 +[#158270]: https://github.com/home-assistant/core/pull/158270 +[@Petro31]: https://github.com/Petro31 +[@Thomas55555]: https://github.com/Thomas55555 +[@Vaskivskyi]: https://github.com/Vaskivskyi +[@allenporter]: https://github.com/allenporter +[@andreimoraru]: https://github.com/andreimoraru +[@astrandb]: https://github.com/astrandb +[@epenet]: https://github.com/epenet +[@flip-dots]: https://github.com/flip-dots +[@frenck]: https://github.com/frenck +[@jbouwh]: https://github.com/jbouwh +[@marcelveldt]: https://github.com/marcelveldt +[@omrishiv]: https://github.com/omrishiv +[@piitaya]: https://github.com/piitaya +[@thecode]: https://github.com/thecode +[@tr4nt0r]: https://github.com/tr4nt0r + ## Need help? Join the community Home Assistant has a great community of users who are all more than willing to help each other out. So, join us! diff --git a/source/changelogs/core-2025.12.markdown b/source/changelogs/core-2025.12.markdown index c5f0a1817c3..141e449af8a 100644 --- a/source/changelogs/core-2025.12.markdown +++ b/source/changelogs/core-2025.12.markdown @@ -1041,6 +1041,67 @@ For a summary in a more readable format [#158057]: https://github.com/home-assistant/core/pull/158057 [#158069]: https://github.com/home-assistant/core/pull/158069 +## Release 2025.12.2 - December 8 + +- fix Lutron Caseta smart away subscription ([@omrishiv] - [#158082]) +- Fix legacy template entity_id field in migration ([@Petro31] - [#158105]) +- Revert "Remove Shelly redundant device entry check for sleepy devices" ([@thecode] - [#158108]) +- Ensure Roborock disconnects mqtt on unload/stop ([@allenporter] - [#158144]) +- Fix secure URLs for promotional game media in Xbox integration ([@tr4nt0r] - [#158162]) +- Add program id codes for Miele WQ1000 ([@astrandb] - [#158175]) +- Bump pymiele dependency to 0.6.1 ([@astrandb] - [#158177]) +- Bump asusrouter to 1.21.1 ([@Vaskivskyi] - [#158192]) +- Bump HueBLE to 2.1.0 ([@flip-dots] - [#158197]) +- Bump python-roborock to 3.10.10 ([@allenporter] - [#158212]) +- Be more specific about winter mode in the description ([@piitaya] - [#158230]) +- Fix description placeholders for system_bridge ([@jbouwh] - [#158232]) +- Bump google air quality api to 2.0.0 ([@Thomas55555] - [#158234]) +- Fix zwave_js service description placeholders ([@epenet] - [#158236]) +- Fix yeelight service description placeholders ([@epenet] - [#158239]) +- Fix teslemetry service description placeholders ([@epenet] - [#158240]) +- Fix multiple top-level support for template integration ([@Petro31] - [#158244]) +- Bump yt-dlp to 2025.12.08 ([@andreimoraru] - [#158253]) +- Update frontend to 20251203.2 ([@piitaya] - [#158259]) +- Skip check for onboarding done in Music Assistant integration ([@marcelveldt] - [#158270]) + +[#157330]: https://github.com/home-assistant/core/pull/157330 +[#158071]: https://github.com/home-assistant/core/pull/158071 +[#158082]: https://github.com/home-assistant/core/pull/158082 +[#158105]: https://github.com/home-assistant/core/pull/158105 +[#158108]: https://github.com/home-assistant/core/pull/158108 +[#158144]: https://github.com/home-assistant/core/pull/158144 +[#158162]: https://github.com/home-assistant/core/pull/158162 +[#158175]: https://github.com/home-assistant/core/pull/158175 +[#158177]: https://github.com/home-assistant/core/pull/158177 +[#158192]: https://github.com/home-assistant/core/pull/158192 +[#158197]: https://github.com/home-assistant/core/pull/158197 +[#158212]: https://github.com/home-assistant/core/pull/158212 +[#158230]: https://github.com/home-assistant/core/pull/158230 +[#158232]: https://github.com/home-assistant/core/pull/158232 +[#158234]: https://github.com/home-assistant/core/pull/158234 +[#158236]: https://github.com/home-assistant/core/pull/158236 +[#158239]: https://github.com/home-assistant/core/pull/158239 +[#158240]: https://github.com/home-assistant/core/pull/158240 +[#158244]: https://github.com/home-assistant/core/pull/158244 +[#158253]: https://github.com/home-assistant/core/pull/158253 +[#158259]: https://github.com/home-assistant/core/pull/158259 +[#158270]: https://github.com/home-assistant/core/pull/158270 +[@Petro31]: https://github.com/Petro31 +[@Thomas55555]: https://github.com/Thomas55555 +[@Vaskivskyi]: https://github.com/Vaskivskyi +[@allenporter]: https://github.com/allenporter +[@andreimoraru]: https://github.com/andreimoraru +[@astrandb]: https://github.com/astrandb +[@epenet]: https://github.com/epenet +[@flip-dots]: https://github.com/flip-dots +[@frenck]: https://github.com/frenck +[@jbouwh]: https://github.com/jbouwh +[@marcelveldt]: https://github.com/marcelveldt +[@omrishiv]: https://github.com/omrishiv +[@piitaya]: https://github.com/piitaya +[@thecode]: https://github.com/thecode +[@tr4nt0r]: https://github.com/tr4nt0r + [#118635]: https://github.com/home-assistant/core/pull/118635 [#134758]: https://github.com/home-assistant/core/pull/134758 [#138087]: https://github.com/home-assistant/core/pull/138087