mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
2021.12.9
This commit is contained in:
parent
9836372cb1
commit
4075aa8da1
@ -108,8 +108,8 @@ social:
|
||||
# Home Assistant release details
|
||||
current_major_version: 2021
|
||||
current_minor_version: 12
|
||||
current_patch_version: 8
|
||||
date_released: 2022-01-04
|
||||
current_patch_version: 9
|
||||
date_released: 2022-01-10
|
||||
|
||||
# Either # or the anchor link to latest release notes in the blog post.
|
||||
# Must be prefixed with a # and have double quotes around it.
|
||||
|
@ -58,6 +58,7 @@ holidays. So, the first release in 2022, will be Wednesday, 2 February 2022._
|
||||
- [Release 2021.12.6 - December 27](#release-2021126---december-27)
|
||||
- [Release 2021.12.7 - December 29](#release-2021127---december-29)
|
||||
- [Release 2021.12.8 - January 4](#release-2021128---january-4)
|
||||
- [Release 2021.12.9 - January 10](#release-2021129---january-10)
|
||||
- [If you need help...](#if-you-need-help)
|
||||
- [Breaking Changes](#breaking-changes)
|
||||
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
|
||||
@ -905,6 +906,91 @@ like before. Done by [@marvin-w].
|
||||
[tuya docs]: /integrations/tuya/
|
||||
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
||||
|
||||
## Release 2021.12.9 - January 10
|
||||
|
||||
- Bump pychromecast to 10.2.3 ([@emontnemery] - [#63429]) ([cast docs])
|
||||
- Bump flux_led to 0.27.40 to fix SK6812RGBW white level reporting ([@bdraco] - [#63435]) ([flux_led docs])
|
||||
- Fix incorrect access to entity registry in Xiaomi Miio ([@frenck] - [#63446]) ([xiaomi_miio docs])
|
||||
- Pickup screenlogic codeowner ([@bdraco] - [#61477]) ([screenlogic docs])
|
||||
- Bump screenlogicpy ([@dieselrabbit] - [#63533]) ([screenlogic docs])
|
||||
- Bump soco to 0.25.3 ([@jjlawren] - [#63548]) ([sonos docs])
|
||||
- Fix KeyError during call to homekit.unpair ([@bdraco] - [#63627]) ([homekit docs])
|
||||
- Ensure selected entity is pre-selected in homekit options flow ([@bdraco] - [#63628]) ([homekit docs])
|
||||
- Bump flux_led to 0.27.41 ([@bdraco] - [#63638]) ([flux_led docs])
|
||||
- Add default mode 'auto' for tradfri starkvind air purifier on turn on ([@leahoswald] - [#63641]) ([tradfri docs])
|
||||
- Bump flux_led to 0.27.42 ([@bdraco] - [#63651]) ([flux_led docs])
|
||||
- Split august motion and image capture binary sensors ([@bdraco] - [#62154]) ([august docs])
|
||||
- Bump yalexs to 1.1.16 ([@bdraco] - [#62700]) ([august docs])
|
||||
- Fix august locks failing to lock/unlock ([@bdraco] - [#63652]) ([august docs])
|
||||
- Switchbot Set initial state for switch ([@RenierM26] - [#63654]) ([switchbot docs])
|
||||
- Fix Tuya climate c_f DP not being a string ([@frenck] - [#63680]) ([tuya docs])
|
||||
- Fix Netgear used method version ([@starkillerOG] - [#63686]) ([netgear docs])
|
||||
- Bump flux_led to 0.27.44 to fix CCT ceiling lights ([@bdraco] - [#63712]) ([flux_led docs])
|
||||
- Bump PySwitchbot to 0.13.2 ([@RenierM26] - [#63713]) ([switchbot docs])
|
||||
- Bump WazeRouteCalculator to 0.14 ([@k-korn] - [#63718]) ([waze_travel_time docs])
|
||||
- Fix zwave_js device actions ([@raman325] - [#63769]) ([zwave_js docs])
|
||||
- Add client metadata to cloud register ([@ludeeus] - [#63794]) ([cloud docs])
|
||||
- Support Tuya strip lights with correct values for saturation and brightness ([@Knodd] - [#63812]) ([tuya docs])
|
||||
- Bump flux_led to 0.27.45 to fix missing controls on ZJ21410 models ([@bdraco] - [#63854]) ([flux_led docs])
|
||||
- Bump aioharmony to 0.2.9 ([@bdraco] - [#63858]) ([harmony docs])
|
||||
- Bump frontend to 20211229.1 ([@balloob] - [#63866]) ([frontend docs])
|
||||
|
||||
[#61477]: https://github.com/home-assistant/core/pull/61477
|
||||
[#62154]: https://github.com/home-assistant/core/pull/62154
|
||||
[#62700]: https://github.com/home-assistant/core/pull/62700
|
||||
[#63429]: https://github.com/home-assistant/core/pull/63429
|
||||
[#63435]: https://github.com/home-assistant/core/pull/63435
|
||||
[#63446]: https://github.com/home-assistant/core/pull/63446
|
||||
[#63533]: https://github.com/home-assistant/core/pull/63533
|
||||
[#63548]: https://github.com/home-assistant/core/pull/63548
|
||||
[#63627]: https://github.com/home-assistant/core/pull/63627
|
||||
[#63628]: https://github.com/home-assistant/core/pull/63628
|
||||
[#63638]: https://github.com/home-assistant/core/pull/63638
|
||||
[#63641]: https://github.com/home-assistant/core/pull/63641
|
||||
[#63651]: https://github.com/home-assistant/core/pull/63651
|
||||
[#63652]: https://github.com/home-assistant/core/pull/63652
|
||||
[#63654]: https://github.com/home-assistant/core/pull/63654
|
||||
[#63680]: https://github.com/home-assistant/core/pull/63680
|
||||
[#63686]: https://github.com/home-assistant/core/pull/63686
|
||||
[#63712]: https://github.com/home-assistant/core/pull/63712
|
||||
[#63713]: https://github.com/home-assistant/core/pull/63713
|
||||
[#63718]: https://github.com/home-assistant/core/pull/63718
|
||||
[#63769]: https://github.com/home-assistant/core/pull/63769
|
||||
[#63794]: https://github.com/home-assistant/core/pull/63794
|
||||
[#63812]: https://github.com/home-assistant/core/pull/63812
|
||||
[#63854]: https://github.com/home-assistant/core/pull/63854
|
||||
[#63858]: https://github.com/home-assistant/core/pull/63858
|
||||
[#63866]: https://github.com/home-assistant/core/pull/63866
|
||||
[@Knodd]: https://github.com/Knodd
|
||||
[@RenierM26]: https://github.com/RenierM26
|
||||
[@balloob]: https://github.com/balloob
|
||||
[@bdraco]: https://github.com/bdraco
|
||||
[@dieselrabbit]: https://github.com/dieselrabbit
|
||||
[@emontnemery]: https://github.com/emontnemery
|
||||
[@frenck]: https://github.com/frenck
|
||||
[@jjlawren]: https://github.com/jjlawren
|
||||
[@k-korn]: https://github.com/k-korn
|
||||
[@leahoswald]: https://github.com/leahoswald
|
||||
[@ludeeus]: https://github.com/ludeeus
|
||||
[@raman325]: https://github.com/raman325
|
||||
[@starkillerOG]: https://github.com/starkillerOG
|
||||
[august docs]: /integrations/august/
|
||||
[cast docs]: /integrations/cast/
|
||||
[cloud docs]: /integrations/cloud/
|
||||
[flux_led docs]: /integrations/flux_led/
|
||||
[frontend docs]: /integrations/frontend/
|
||||
[harmony docs]: /integrations/harmony/
|
||||
[homekit docs]: /integrations/homekit/
|
||||
[netgear docs]: /integrations/netgear/
|
||||
[screenlogic docs]: /integrations/screenlogic/
|
||||
[sonos docs]: /integrations/sonos/
|
||||
[switchbot docs]: /integrations/switchbot/
|
||||
[tradfri docs]: /integrations/tradfri/
|
||||
[tuya docs]: /integrations/tuya/
|
||||
[waze_travel_time docs]: /integrations/waze_travel_time/
|
||||
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
||||
[zwave_js docs]: /integrations/zwave_js/
|
||||
|
||||
## If you need help...
|
||||
|
||||
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).
|
||||
|
Loading…
x
Reference in New Issue
Block a user