mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Bump to 2021.12.10 (#21232)
This commit is contained in:
parent
80526e68c1
commit
ac63e19beb
@ -108,8 +108,8 @@ social:
|
|||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2021
|
current_major_version: 2021
|
||||||
current_minor_version: 12
|
current_minor_version: 12
|
||||||
current_patch_version: 9
|
current_patch_version: 10
|
||||||
date_released: 2022-01-10
|
date_released: 2022-01-17
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -59,6 +59,7 @@ holidays. So, the first release in 2022, will be Wednesday, 2 February 2022._
|
|||||||
- [Release 2021.12.7 - December 29](#release-2021127---december-29)
|
- [Release 2021.12.7 - December 29](#release-2021127---december-29)
|
||||||
- [Release 2021.12.8 - January 4](#release-2021128---january-4)
|
- [Release 2021.12.8 - January 4](#release-2021128---january-4)
|
||||||
- [Release 2021.12.9 - January 10](#release-2021129---january-10)
|
- [Release 2021.12.9 - January 10](#release-2021129---january-10)
|
||||||
|
- [Release 2021.12.10 - January 17](#release-20211210---january-17)
|
||||||
- [If you need help...](#if-you-need-help)
|
- [If you need help...](#if-you-need-help)
|
||||||
- [Breaking Changes](#breaking-changes)
|
- [Breaking Changes](#breaking-changes)
|
||||||
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
|
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
|
||||||
@ -991,6 +992,65 @@ like before. Done by [@marvin-w].
|
|||||||
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
[xiaomi_miio docs]: /integrations/xiaomi_miio/
|
||||||
[zwave_js docs]: /integrations/zwave_js/
|
[zwave_js docs]: /integrations/zwave_js/
|
||||||
|
|
||||||
|
## Release 2021.12.10 - January 17
|
||||||
|
|
||||||
|
- Avoid removing zwave_js devices for non-ready nodes ([@kpine] - [#59964]) ([zwave_js docs])
|
||||||
|
- Convert siri requests for target heating cooling state auto to a valid mode ([@bdraco] - [#60220]) ([homekit docs])
|
||||||
|
- dlna_dmr: Allow for upnp attributes with None contents ([@chishm] - [#63892]) ([dlna_dmr docs])
|
||||||
|
- Convert disabled_by to DeviceEntryDisabler on load ([@agners] - [#63944]) ([deconz docs]) ([picnic docs])
|
||||||
|
- Fix homekit options being mutated during config_flow/migration ([@bdraco] - [#64003])
|
||||||
|
- Bump nexia to 0.9.13 to fix setting emergency heat ([@bdraco] - [#64020]) ([nexia docs])
|
||||||
|
- Bump flux_led to 0.28.3 to fix setting colorloop on older models ([@bdraco] - [#64094]) ([flux_led docs])
|
||||||
|
- Fix changing the preset mode ([@bieniu] - [#64119]) ([shelly docs])
|
||||||
|
- Fix flux_led turn on when brightness is zero on newer devices ([@bdraco] - [#64129]) ([flux_led docs])
|
||||||
|
- Ensure august status is current when integration loads ([@bdraco] - [#64027]) ([august docs])
|
||||||
|
- Fix august lock/unlock with older bridges ([@bdraco] - [#64143]) ([august docs])
|
||||||
|
- Ignore unavailable entities when creating zwave_js device actions list ([@raman325] - [#64184]) ([zwave_js docs])
|
||||||
|
- Fix KNX onboarding when there is no yaml config defined yet ([@farmio] - [#64216]) ([knx docs])
|
||||||
|
- Bump bimmer_connected to 0.8.10 ([@rikroe] - [#64314]) ([bmw_connected_drive docs])
|
||||||
|
- Ensure status is correct at start for older august bridges ([@bdraco] - [#64144]) ([august docs])
|
||||||
|
- Bump flux_led to 0.28.4 to fix setting white temp on 0x35 devices ([@bdraco] - [#64326]) ([flux_led docs])
|
||||||
|
- Orphaned MAC addresses breaks UniFi options flow ([@Kane610] - [#64327]) ([unifi docs])
|
||||||
|
|
||||||
|
[#59964]: https://github.com/home-assistant/core/pull/59964
|
||||||
|
[#60220]: https://github.com/home-assistant/core/pull/60220
|
||||||
|
[#63892]: https://github.com/home-assistant/core/pull/63892
|
||||||
|
[#63944]: https://github.com/home-assistant/core/pull/63944
|
||||||
|
[#64003]: https://github.com/home-assistant/core/pull/64003
|
||||||
|
[#64020]: https://github.com/home-assistant/core/pull/64020
|
||||||
|
[#64027]: https://github.com/home-assistant/core/pull/64027
|
||||||
|
[#64094]: https://github.com/home-assistant/core/pull/64094
|
||||||
|
[#64119]: https://github.com/home-assistant/core/pull/64119
|
||||||
|
[#64129]: https://github.com/home-assistant/core/pull/64129
|
||||||
|
[#64143]: https://github.com/home-assistant/core/pull/64143
|
||||||
|
[#64144]: https://github.com/home-assistant/core/pull/64144
|
||||||
|
[#64184]: https://github.com/home-assistant/core/pull/64184
|
||||||
|
[#64216]: https://github.com/home-assistant/core/pull/64216
|
||||||
|
[#64314]: https://github.com/home-assistant/core/pull/64314
|
||||||
|
[#64326]: https://github.com/home-assistant/core/pull/64326
|
||||||
|
[#64327]: https://github.com/home-assistant/core/pull/64327
|
||||||
|
[@Kane610]: https://github.com/Kane610
|
||||||
|
[@agners]: https://github.com/agners
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bieniu]: https://github.com/bieniu
|
||||||
|
[@chishm]: https://github.com/chishm
|
||||||
|
[@farmio]: https://github.com/farmio
|
||||||
|
[@kpine]: https://github.com/kpine
|
||||||
|
[@raman325]: https://github.com/raman325
|
||||||
|
[@rikroe]: https://github.com/rikroe
|
||||||
|
[august docs]: /integrations/august/
|
||||||
|
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
|
||||||
|
[deconz docs]: /integrations/deconz/
|
||||||
|
[dlna_dmr docs]: /integrations/dlna_dmr/
|
||||||
|
[flux_led docs]: /integrations/flux_led/
|
||||||
|
[homekit docs]: /integrations/homekit/
|
||||||
|
[knx docs]: /integrations/knx/
|
||||||
|
[nexia docs]: /integrations/nexia/
|
||||||
|
[picnic docs]: /integrations/picnic/
|
||||||
|
[shelly docs]: /integrations/shelly/
|
||||||
|
[unifi docs]: /integrations/unifi/
|
||||||
|
[zwave_js docs]: /integrations/zwave_js/
|
||||||
|
|
||||||
## If you need help...
|
## 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).
|
...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