mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
2022.12.4 (#25260)
* 2022.12.4 * Update source/_posts/2022-12-07-release-202212.markdown * Update source/_posts/2022-12-07-release-202212.markdown * Update 2022-12-07-release-202212.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
parent
2339e231c8
commit
2448390351
@ -110,8 +110,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2022
|
current_major_version: 2022
|
||||||
current_minor_version: 12
|
current_minor_version: 12
|
||||||
current_patch_version: 3
|
current_patch_version: 4
|
||||||
date_released: 2022-12-11
|
date_released: 2022-12-12
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
|
@ -63,6 +63,7 @@ Happy holidays and for the last time in 2022: Enjoy the release!
|
|||||||
- [Release 2022.12.1 - December 8](#release-2022121---december-8)
|
- [Release 2022.12.1 - December 8](#release-2022121---december-8)
|
||||||
- [Release 2022.12.2 - December 11](#release-2022122---december-11)
|
- [Release 2022.12.2 - December 11](#release-2022122---december-11)
|
||||||
- [Release 2022.12.3 - December 11](#release-2022123---december-11)
|
- [Release 2022.12.3 - December 11](#release-2022123---december-11)
|
||||||
|
- [Release 2022.12.4 - December 12](#release-2022124---december-12)
|
||||||
- [Need help? Join the community!](#need-help-join-the-community)
|
- [Need help? Join the community!](#need-help-join-the-community)
|
||||||
- [Breaking Changes](#breaking-changes)
|
- [Breaking Changes](#breaking-changes)
|
||||||
- [Farewell to the following](#farewell-to-the-following)
|
- [Farewell to the following](#farewell-to-the-following)
|
||||||
@ -443,6 +444,53 @@ The following integrations are now available via the Home Assistant UI:
|
|||||||
[abode docs]: /integrations/abode/
|
[abode docs]: /integrations/abode/
|
||||||
[accuweather docs]: /integrations/accuweather/
|
[accuweather docs]: /integrations/accuweather/
|
||||||
|
|
||||||
|
## Release 2022.12.4 - December 12
|
||||||
|
|
||||||
|
- Bump bluetooth-auto-recovery to 1.0.0 ([@bdraco] - [#83800]) ([bluetooth docs])
|
||||||
|
- Update frontend to 20221212.0 ([@bramkragten] - [#83842]) ([frontend docs])
|
||||||
|
- Bump version of ZHA quirks to 0.0.89 ([@dmulcahey] - [#83848]) ([zha docs])
|
||||||
|
- Bump pychromecast to 13.0.3 ([@emontnemery] - [#83861]) ([cast docs])
|
||||||
|
- Move template check into fritzbox entry setup ([@mib1185] - [#83863]) ([fritzbox docs])
|
||||||
|
- Use the async_migrate_paypal_agreement function to get the migration URL ([@ludeeus] - [#83469]) ([cloud docs])
|
||||||
|
- Fix issue on Overkiz Domestic Hot water heater entities with away mode ([@nyroDev] - [#83684]) ([overkiz docs])
|
||||||
|
- Bump pyoverkiz to 1.7.2 ([@nyroDev] - [#83866]) ([overkiz docs])
|
||||||
|
- Fix bleak-retry-connector get_device hang with HAOS 9.4 and only proxies ([@bdraco] - [#83879]) ([bluetooth docs])
|
||||||
|
- Fix HomeKit media players when entity has duplicate sources ([@bdraco] - [#83890]) ([homekit docs])
|
||||||
|
|
||||||
|
[#83469]: https://github.com/home-assistant/core/pull/83469
|
||||||
|
[#83482]: https://github.com/home-assistant/core/pull/83482
|
||||||
|
[#83592]: https://github.com/home-assistant/core/pull/83592
|
||||||
|
[#83684]: https://github.com/home-assistant/core/pull/83684
|
||||||
|
[#83778]: https://github.com/home-assistant/core/pull/83778
|
||||||
|
[#83797]: https://github.com/home-assistant/core/pull/83797
|
||||||
|
[#83800]: https://github.com/home-assistant/core/pull/83800
|
||||||
|
[#83842]: https://github.com/home-assistant/core/pull/83842
|
||||||
|
[#83848]: https://github.com/home-assistant/core/pull/83848
|
||||||
|
[#83861]: https://github.com/home-assistant/core/pull/83861
|
||||||
|
[#83863]: https://github.com/home-assistant/core/pull/83863
|
||||||
|
[#83866]: https://github.com/home-assistant/core/pull/83866
|
||||||
|
[#83879]: https://github.com/home-assistant/core/pull/83879
|
||||||
|
[#83890]: https://github.com/home-assistant/core/pull/83890
|
||||||
|
[@balloob]: https://github.com/balloob
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bramkragten]: https://github.com/bramkragten
|
||||||
|
[@dmulcahey]: https://github.com/dmulcahey
|
||||||
|
[@emontnemery]: https://github.com/emontnemery
|
||||||
|
[@frenck]: https://github.com/frenck
|
||||||
|
[@ludeeus]: https://github.com/ludeeus
|
||||||
|
[@mib1185]: https://github.com/mib1185
|
||||||
|
[@nyroDev]: https://github.com/nyroDev
|
||||||
|
[abode docs]: /integrations/abode/
|
||||||
|
[accuweather docs]: /integrations/accuweather/
|
||||||
|
[bluetooth docs]: /integrations/bluetooth/
|
||||||
|
[cast docs]: /integrations/cast/
|
||||||
|
[cloud docs]: /integrations/cloud/
|
||||||
|
[fritzbox docs]: /integrations/fritzbox/
|
||||||
|
[frontend docs]: /integrations/frontend/
|
||||||
|
[homekit docs]: /integrations/homekit/
|
||||||
|
[overkiz docs]: /integrations/overkiz/
|
||||||
|
[zha docs]: /integrations/zha/
|
||||||
|
|
||||||
## Need help? Join the community!
|
## Need help? Join the community!
|
||||||
|
|
||||||
Home Assistant has a great community of users who are all more than willing
|
Home Assistant has a great community of users who are all more than willing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user