8000 2021.12.8 by balloob · Pull Request #21023 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

2021.12.8 #21023

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2021
current_minor_version: 12
current_patch_version: 7
date_released: 2021-12-29
current_patch_version: 8
date_released: 2022-01-04

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
93 changes: 93 additions & 0 deletions source/_posts/2021-12-11-release-202112.markdown
D528
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ holidays. So, the first release in 2022, will be Wednesday, 2 February 2022._
- [Release 2021.12.5 - December 23](#release-2021125---december-23)
- [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)
- [If you need help...](#if-you-need-help)
- [Breaking Changes](#breaking-changes)
- [Updates for custom integration developers](#updates-for-custom-integration-developers)
Expand Down Expand Up @@ -812,6 +813,98 @@ like before. Done by [@marvin-w].
[sonos docs]: /integrations/sonos/
[tuya docs]: /integrations/tuya/

## Release 2021.12.8 - January 4

- Update version of iZone library to add some bug fixes ([@Swamp-Ig] - [#61548]) ([izone docs])
- Fix Tuya vacuum display battery level ([@dougiteixeira] - [#61643]) ([tuya docs])
- Update no_ip URL ([@fabaff] - [#62477]) ([no_ip docs])
- Do not create a number LED brightness entity for Xiaomi Miio devices that do not support it ([@bieniu] - [#62819]) ([xiaomi_miio docs])
- Fix local_ip handling in KNX options flow ([@marvin-w] - [#62969]) ([knx docs])
- Fix reporting correct colormode for 3rd party Hue lights ([@marcelveldt] - [#63015]) ([hue docs])
- Hue allow per-device availability override ([@marcelveldt] - [#63025]) ([hue docs])
- Bump pyatmo to 6.2.1 ([@cgtobi] - [#62291]) ([netatmo docs])
- Bump pyatmo to v6.2.2 ([@cgtobi] - [#63053]) ([netatmo docs])
- Ignore serial number "blank" from NUT ([@ollo69] - [#63066]) ([nut docs])
- Bump greeclimate to 1.0.1 ([@cmroche] - [#63092]) ([gree docs])
- Fix Shelly error fetching device triggers for sleeping devices ([@thecode] - [#63103]) ([shelly docs])
- Fix systemmonitor CPU temp for Armbian on PineA64 ([@ktaragorn] - [#63111]) ([systemmonitor docs])
- Fix CO/CO2 sensors mixup in Google Assistant ([@ryborg] - [#63152]) ([google_assistant docs])
- Bump flux_led to 0.27.28 to fix missing white channel on SK6812RGBW strips ([@bdraco] - [#63154]) ([flux_led docs])
- Add default Fronius logger model for v0 API ([@trdischat] - [#63184]) ([fronius docs])
- Prevent doorbird integration from overloading the device on startup ([@bdraco] - [#63253]) ([doorbird docs])
- Bump flux_led to 0.27.32 to fix incorrect strip order on A2 devices ([@bdraco] - [#63262]) ([flux_led docs])
- Sisyphus: Fix bad super call ([@balloob] - [#63327]) ([sisyphus docs])
- Fix status type in Shelly climate platform ([@bieniu] - [#63347]) ([shelly docs])
- Bump micloud to 0.5 ([@starkillerOG] - [#63348]) ([xiaomi_miio docs])
- Work around ingress glitch with 304 responses ([@masto] - [#63355]) ([hassio docs])
- Fix Hue grouped light color_mode calculation ([@marcelveldt] - [#63374]) ([hue docs])
- Fix missing timezone in GTFS timestamp sensor ([@frenck] - [#63401]) ([gtfs docs])
- Handle missing monitored users in Plex options ([#63411]) [@jjlawren]
- Handle no enabled ipv4 addresses in the network integration ([#63416]) [@bdraco]

[#63411]: https://github.com/home-assistant/core/pull/63411
[#63416]: https://github.com/home-assistant/core/pull/63416
[#61548]: https://github.com/home-assistant/core/pull/61548
[#61643]: https://github.com/home-assistant/core/pull/61643
[#62291]: https://github.com/home-assistant/core/pull/62291
[#62477]: https://github.com/home-assistant/core/pull/62477
[#62819]: https://github.com/home-assistant/core/pull/62819
[#62969]: https://github.com/home-assistant/core/pull/62969
[#63015]: https://github.com/home-assistant/core/pull/63015
[#63025]: https://github.com/home-assistant/core/pull/63025
[#63053]: https://github.com/home-assistant/core/pull/63053
[#63066]: https://github.com/home-assistant/core/pull/63066
[#63092]: https://github.com/home-assistant/core/pull/63092
[#63103]: https://github.com/home-assistant/core/pull/63103
[#63111]: https://github.com/home-assistant/core/pull/63111
[#63152]: https://github.com/home-assistant/core/pull/63152
[#63154]: https://github.com/home-assistant/core/pull/63154
[#63184]: https://github.com/home-assistant/core/pull/63184
[#63253]: https://github.com/home-assistant/core/pull/63253
[#63262]: https://github.com/home-assistant/core/pull/63262
[#63327]: https://github.com/home-assistant/core/pull/63327
[#63347]: https://github.com/home-assistant/core/pull/63347
[#63348]: https://github.com/home-assistant/core/pull/63348
[#63355]: https://github.com/home-assistant/core/pull/63355
[#63374]: https://github.com/home-assistant/core/pull/63374
[#63401]: https://github.com/home-assistant/core/pull/63401
[@Swamp-Ig]: https://github.com/Swamp-Ig
[@balloob]: https://github.com/balloob
[@bdraco]: https://github.com/bdraco
[@bieniu]: https://github.com/bieniu
[@cgtobi]: https://github.com/cgtobi
[@cmroche]: https://github.com/cmroche
[@dougiteixeira]: https://github.com/dougiteixeira
[@fabaff]: https://github.com/fabaff
[@frenck]: https://github.com/frenck
[@ktaragorn]: https://github.com/ktaragorn
[@marcelveldt]: https://github.com/marcelveldt
[@marvin-w]: https://github.com/marvin-w
[@masto]: https://github.com/masto
[@ollo69]: https://github.com/ollo69
[@ryborg]: https://github.com/ryborg
[@starkillerOG]: https://github.com/starkillerOG
[@thecode]: https://github.com/thecode
[@trdischat]: https://github.com/trdischat
[doorbird docs]: /integrations/doorbird/
[flux_led docs]: /integrations/flux_led/
[fronius docs]: /integrations/fronius/
[google_assistant docs]: /integrations/google_assistant/
[gree docs]: /integrations/gree/
[gtfs docs]: /integrations/gtfs/
[hassio docs]: /integrations/hassio/
[hue docs]: /integrations/hue/
[izone docs]: /integrations/izone/
[knx docs]: /integrations/knx/
[netatmo docs]: /integrations/netatmo/
[no_ip docs]: /integrations/no_ip/
[nut docs]: /integrations/nut/
[shelly docs]: /integrations/shelly/
[sisyphus docs]: /integrations/sisyphus/
[systemmonitor docs]: /integrations/systemmonitor/
[tuya docs]: /integrations/tuya/
[xiaomi_miio docs]: /integrations/xiaomi_miio/

## 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).
Expand Down
0