From 2e3060dec1568733c06f3f9e9a5f96b67fe461d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 9 Aug 2021 10:58:00 +0200 Subject: [PATCH] Add changelog for 2021.8.4 (#18858) --- _config.yml | 4 +- .../_posts/2021-08-04-release-20218.markdown | 37 +++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bb82235c7f1..b5acb5b3284 100644 --- a/_config.yml +++ b/_config.yml @@ -108,8 +108,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 8 -current_patch_version: 3 -date_released: 2021-08-06 +current_patch_version: 4 +date_released: 2021-08-08 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. diff --git a/source/_posts/2021-08-04-release-20218.markdown b/source/_posts/2021-08-04-release-20218.markdown index 06e02f20eca..576e2ee617d 100644 --- a/source/_posts/2021-08-04-release-20218.markdown +++ b/source/_posts/2021-08-04-release-20218.markdown @@ -63,6 +63,7 @@ later today (9:00 PM CET). - [Release 2021.8.1 - August 4](#release-202181---august-4) - [Release 2021.8.2 - August 5](#release-202182---august-5) - [Release 2021.8.3 - August 6](#release-202183---august-6) +- [Release 2021.8.4 - August 8](#release-202184---august-8) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -400,6 +401,42 @@ The following integrations are now available via the Home Assistant UI: [sms docs]: /integrations/sms/ [zeroconf docs]: /integrations/zeroconf/ +## Release 2021.8.4 - August 8 + +- Add missing `motor_speed` sensor for Xiaomi Miio humidifier CA1 and CB1 ([@bieniu] - [#54202]) +- Fix update entity prior to adding ([@Trinnik] - [#54015]) ([aladdin_connect docs]) +- Fix androidtv media_image_hash ([@tkdrob] - [#54188]) ([androidtv docs]) +- Solve missing automatic update of struct configuration in modbus ([@janiversen] - [#54193]) ([modbus docs]) +- Update const.py ([@Mk4242] - [#54195]) ([ebusd docs]) +- Add parameter to delay sending of requests in modbus ([@janiversen] - [#54203]) ([modbus docs]) +- Bugfix: Bring back unique IDs for ADS covers after #52488 ([@carstenschroeder] - [#54212]) ([ads docs]) +- Don't block motionEye setup on NoURLAvailableError ([@dermotduffy] - [#54225]) ([motioneye docs]) +- Pin google-cloud-pubsub to an older version ([@allenporter] - [#54239]) + +[#54015]: https://github.com/home-assistant/core/pull/54015 +[#54188]: https://github.com/home-assistant/core/pull/54188 +[#54193]: https://github.com/home-assistant/core/pull/54193 +[#54195]: https://github.com/home-assistant/core/pull/54195 +[#54202]: https://github.com/home-assistant/core/pull/54202 +[#54203]: https://github.com/home-assistant/core/pull/54203 +[#54212]: https://github.com/home-assistant/core/pull/54212 +[#54225]: https://github.com/home-assistant/core/pull/54225 +[#54239]: https://github.com/home-assistant/core/pull/54239 +[@Mk4242]: https://github.com/Mk4242 +[@Trinnik]: https://github.com/Trinnik +[@allenporter]: https://github.com/allenporter +[@bieniu]: https://github.com/bieniu +[@carstenschroeder]: https://github.com/carstenschroeder +[@dermotduffy]: https://github.com/dermotduffy +[@janiversen]: https://github.com/janiversen +[@tkdrob]: https://github.com/tkdrob +[ads docs]: https://www.home-assistant.io/integrations/ads/ +[aladdin_connect docs]: https://www.home-assistant.io/integrations/aladdin_connect/ +[androidtv docs]: https://www.home-assistant.io/integrations/androidtv/ +[ebusd docs]: https://www.home-assistant.io/integrations/ebusd/ +[modbus docs]: https://www.home-assistant.io/integrations/modbus/ +[motioneye docs]: https://www.home-assistant.io/integrations/motioneye/ + ## 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).