mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
2021.12.1
This commit is contained in:
parent
3899b91239
commit
9dcbdab7af
@ -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: 0
|
current_patch_version: 1
|
||||||
date_released: 2021-12-11
|
date_released: 2021-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.
|
||||||
|
@ -50,6 +50,7 @@ holidays. So, the first release in 2022, will be Wednesday, 2 February 2022._
|
|||||||
- [Other noteworthy changes](#other-noteworthy-changes)
|
- [Other noteworthy changes](#other-noteworthy-changes)
|
||||||
- [New Integrations](#new-integrations)
|
- [New Integrations](#new-integrations)
|
||||||
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
|
||||||
|
- [Release 2021.12.1 - December 12](#release-2021121---december-12)
|
||||||
- [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)
|
||||||
@ -314,6 +315,46 @@ Additionally, [KNX][knx docs] can now partially be set up via the UI. The
|
|||||||
connection is done via the UI, the entities are configuration in YAML; just
|
connection is done via the UI, the entities are configuration in YAML; just
|
||||||
like before. Done by [@marvin-w].
|
like before. Done by [@marvin-w].
|
||||||
|
|
||||||
|
## Release 2021.12.1 - December 12
|
||||||
|
|
||||||
|
- Fix Sonos sub & surround switch state reporting ([@jjlawren] - [#61531]) ([sonos docs])
|
||||||
|
- Update logic for nest media source `can_play` for events ([@allenporter] - [#61537]) ([nest docs])
|
||||||
|
- Fix HomeKit covers with device class window and no tilt ([@bdraco] - [#61566]) ([homekit docs])
|
||||||
|
- Update frontend to 20211212.0 ([@bramkragten] - [#61577]) ([frontend docs])
|
||||||
|
- Fix Hue transition calculation ([@marcelveldt] - [#61581]) ([hue docs])
|
||||||
|
- enable grouped light if enabled in previous integration ([@marcelveldt] - [#61582]) ([hue docs])
|
||||||
|
- Only publish nest camera event messages once per thread and bump nest version ([@allenporter] - [#61587]) ([nest docs])
|
||||||
|
- Fix for failing Solarlog integration in HA 2021.12 ([@Ernst79] - [#61602]) ([solarlog docs])
|
||||||
|
- Fix availability for 3th party Hue lights ([@marcelveldt] - [#61603]) ([hue docs])
|
||||||
|
- Bump aiopvapi to 1.6.19 to fix async_timeout passing loop ([@bdraco] - [#61618]) ([hunterdouglas_powerview docs])
|
||||||
|
- Bump aiohue to 3.0.3 ([@balloob] - [#61627]) ([hue docs])
|
||||||
|
|
||||||
|
[#61531]: https://github.com/home-assistant/core/pull/61531
|
||||||
|
[#61537]: https://github.com/home-assistant/core/pull/61537
|
||||||
|
[#61566]: https://github.com/home-assistant/core/pull/61566
|
||||||
|
[#61577]: https://github.com/home-assistant/core/pull/61577
|
||||||
|
[#61581]: https://github.com/home-assistant/core/pull/61581
|
||||||
|
[#61582]: https://github.com/home-assistant/core/pull/61582
|
||||||
|
[#61587]: https://github.com/home-assistant/core/pull/61587
|
||||||
|
[#61602]: https://github.com/home-assistant/core/pull/61602
|
||||||
|
[#61603]: https://github.com/home-assistant/core/pull/61603
|
||||||
|
[#61618]: https://github.com/home-assistant/core/pull/61618
|
||||||
|
[#61627]: https://github.com/home-assistant/core/pull/61627
|
||||||
|
[@Ernst79]: https://github.com/Ernst79
|
||||||
|
[@allenporter]: https://github.com/allenporter
|
||||||
|
[@balloob]: https://github.com/balloob
|
||||||
|
[@bdraco]: https://github.com/bdraco
|
||||||
|
[@bramkragten]: https://github.com/bramkragten
|
||||||
|
[@jjlawren]: https://github.com/jjlawren
|
||||||
|
[@marcelveldt]: https://github.com/marcelveldt
|
||||||
|
[frontend docs]: /integrations/frontend/
|
||||||
|
[homekit docs]: /integrations/homekit/
|
||||||
|
[hue docs]: /integrations/hue/
|
||||||
|
[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
|
||||||
|
[nest docs]: /integrations/nest/
|
||||||
|
[solarlog docs]: /integrations/solarlog/
|
||||||
|
[sonos docs]: /integrations/sonos/
|
||||||
|
|
||||||
## 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