diff --git a/_config.yml b/_config.yml index 141fce94479..e187cd1b1cd 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2024 current_minor_version: 12 -current_patch_version: 2 -date_released: 2024-12-10 +current_patch_version: 3 +date_released: 2024-12-13 # 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/2024-12-04-release-202412.markdown b/source/_posts/2024-12-04-release-202412.markdown index 9f89323726c..11142b6a76b 100644 --- a/source/_posts/2024-12-04-release-202412.markdown +++ b/source/_posts/2024-12-04-release-202412.markdown @@ -69,6 +69,7 @@ Happy holidays! And for the last time in 2024: Enjoy the release! - [Patch releases](#patch-releases) - [2024.12.1 - December 6](#2024121---december-6) - [2024.12.2 - December 10](#2024122---december-10) + - [2024.12.3 - December 13](#2024123---december-13) - [Need help? Join the community!](#need-help-join-the-community) - [Backward-incompatible changes](#backward-incompatible-changes) - [All changes](#all-changes) @@ -549,6 +550,53 @@ release every Friday. [@synesthesiam]: https://github.com/synesthesiam [@zweckj]: https://github.com/zweckj +### 2024.12.3 - December 13 + +- Bump python-linkplay to v0.1.1 ([@silamon] - [#132091]) +- Bump pydaikin to 2.13.8 ([@weltall] - [#132759]) +- Fix pipeline conversation language ([@synesthesiam] - [#132896]) +- fix AndroidTV logging when disconnected ([@chemelli74] - [#132919]) +- Guard Vodafone Station updates against bad data ([@chemelli74] - [#132921]) +- Bump led-ble to 1.1.1 ([@bdraco] - [#132977]) +- Change warning to debug for VAD timeout ([@synesthesiam] - [#132987]) +- Fix LaMetric config flow for cloud import path ([@frenck] - [#133039]) +- Update frontend to 20241127.8 ([@bramkragten] - [#133066]) +- Bump pysuezV2 to 1.3.5 ([@jb101010-2] - [#133076]) +- Bugfix to use evohome's new hostname ([@zxdavb] - [#133085]) +- Bump py-aosmith to 1.0.12 ([@bdr99] - [#133100]) +- Bump deebot-client to 9.4.0 ([@edenhaus] - [#133114]) +- Bump aiowithings to 3.1.4 ([@joostlek] - [#133117]) + +[#132091]: https://github.com/home-assistant/core/pull/132091 +[#132195]: https://github.com/home-assistant/core/pull/132195 +[#132509]: https://github.com/home-assistant/core/pull/132509 +[#132759]: https://github.com/home-assistant/core/pull/132759 +[#132846]: https://github.com/home-assistant/core/pull/132846 +[#132896]: https://github.com/home-assistant/core/pull/132896 +[#132919]: https://github.com/home-assistant/core/pull/132919 +[#132921]: https://github.com/home-assistant/core/pull/132921 +[#132977]: https://github.com/home-assistant/core/pull/132977 +[#132987]: https://github.com/home-assistant/core/pull/132987 +[#133039]: https://github.com/home-assistant/core/pull/133039 +[#133066]: https://github.com/home-assistant/core/pull/133066 +[#133076]: https://github.com/home-assistant/core/pull/133076 +[#133085]: https://github.com/home-assistant/core/pull/133085 +[#133100]: https://github.com/home-assistant/core/pull/133100 +[#133114]: https://github.com/home-assistant/core/pull/133114 +[#133117]: https://github.com/home-assistant/core/pull/133117 +[@bdr99]: https://github.com/bdr99 +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@chemelli74]: https://github.com/chemelli74 +[@edenhaus]: https://github.com/edenhaus +[@frenck]: https://github.com/frenck +[@jb101010-2]: https://github.com/jb101010-2 +[@joostlek]: https://github.com/joostlek +[@silamon]: https://github.com/silamon +[@synesthesiam]: https://github.com/synesthesiam +[@weltall]: https://github.com/weltall +[@zxdavb]: https://github.com/zxdavb + ## Need help? Join the community! Home Assistant has a great community of users who are all more than willing diff --git a/source/changelogs/core-2024.12.markdown b/source/changelogs/core-2024.12.markdown index 4b5c999bc1f..ea91b3bed0b 100644 --- a/source/changelogs/core-2024.12.markdown +++ b/source/changelogs/core-2024.12.markdown @@ -925,6 +925,53 @@ For a summary in a more readable format: [@synesthesiam]: https://github.com/synesthesiam [@zweckj]: https://github.com/zweckj +## Release 2024.12.3 - December 13 + +- Bump python-linkplay to v0.1.1 ([@silamon] - [#132091]) +- Bump pydaikin to 2.13.8 ([@weltall] - [#132759]) +- Fix pipeline conversation language ([@synesthesiam] - [#132896]) +- fix AndroidTV logging when disconnected ([@chemelli74] - [#132919]) +- Guard Vodafone Station updates against bad data ([@chemelli74] - [#132921]) +- Bump led-ble to 1.1.1 ([@bdraco] - [#132977]) +- Change warning to debug for VAD timeout ([@synesthesiam] - [#132987]) +- Fix LaMetric config flow for cloud import path ([@frenck] - [#133039]) +- Update frontend to 20241127.8 ([@bramkragten] - [#133066]) +- Bump pysuezV2 to 1.3.5 ([@jb101010-2] - [#133076]) +- Bugfix to use evohome's new hostname ([@zxdavb] - [#133085]) +- Bump py-aosmith to 1.0.12 ([@bdr99] - [#133100]) +- Bump deebot-client to 9.4.0 ([@edenhaus] - [#133114]) +- Bump aiowithings to 3.1.4 ([@joostlek] - [#133117]) + +[#132091]: https://github.com/home-assistant/core/pull/132091 +[#132195]: https://github.com/home-assistant/core/pull/132195 +[#132509]: https://github.com/home-assistant/core/pull/132509 +[#132759]: https://github.com/home-assistant/core/pull/132759 +[#132846]: https://github.com/home-assistant/core/pull/132846 +[#132896]: https://github.com/home-assistant/core/pull/132896 +[#132919]: https://github.com/home-assistant/core/pull/132919 +[#132921]: https://github.com/home-assistant/core/pull/132921 +[#132977]: https://github.com/home-assistant/core/pull/132977 +[#132987]: https://github.com/home-assistant/core/pull/132987 +[#133039]: https://github.com/home-assistant/core/pull/133039 +[#133066]: https://github.com/home-assistant/core/pull/133066 +[#133076]: https://github.com/home-assistant/core/pull/133076 +[#133085]: https://github.com/home-assistant/core/pull/133085 +[#133100]: https://github.com/home-assistant/core/pull/133100 +[#133114]: https://github.com/home-assistant/core/pull/133114 +[#133117]: https://github.com/home-assistant/core/pull/133117 +[@bdr99]: https://github.com/bdr99 +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@chemelli74]: https://github.com/chemelli74 +[@edenhaus]: https://github.com/edenhaus +[@frenck]: https://github.com/frenck +[@jb101010-2]: https://github.com/jb101010-2 +[@joostlek]: https://github.com/joostlek +[@silamon]: https://github.com/silamon +[@synesthesiam]: https://github.com/synesthesiam +[@weltall]: https://github.com/weltall +[@zxdavb]: https://github.com/zxdavb + [#131876]: https://github.com/home-assistant/core/pull/131876 [#132195]: https://github.com/home-assistant/core/pull/132195 [#132299]: https://github.com/home-assistant/core/pull/132299