From 3c32ba1c19ec11eb7a2d759c60c561a287a20d2c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 19 Apr 2021 18:12:24 +0200 Subject: [PATCH] 2021.4.6 --- _config.yml | 4 +-- .../_posts/2021-04-07-release-20214.markdown | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 20b000bd944..72b55c7b9f3 100644 --- a/_config.yml +++ b/_config.yml @@ -106,8 +106,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 4 -current_patch_version: 5 -date_released: 2021-04-16 +current_patch_version: 6 +date_released: 2021-04-19 # 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-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index b352c17713c..5eaf79fe8e6 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -49,6 +49,7 @@ Enjoy the release! - [Release 2021.4.3 - April 10](#release-202143---april-10) - [Release 2021.4.4 - April 13](#release-202144---april-13) - [Release 2021.4.5 - April 16](#release-202145---april-16) +- [Release 2021.4.6 - April 19](#release-202146---april-19) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -587,6 +588,30 @@ The following integrations are now available via the Home Assistant UI: [mysensors docs]: /integrations/mysensors/ [spotify docs]: /integrations/spotify/ +## Release 2021.4.6 - April 19 + +- Apply Precision/Scale/Offset to struct in modbus sensor ([@janiversen] - [#48544]) ([modbus docs]) +- Upgrade pyMetno to 0.8.2 ([@Danielhiversen] - [#49308]) ([met docs]) ([norway_air docs]) +- Fix exception in roomba discovery when the device does not respond on the first try ([@bdraco] - [#49360]) ([roomba docs]) +- Fix deadlock when restarting scripts ([@emontnemery] - [#49410]) +- Google report state: thermostatMode should be a string, not null ([@bramkragten] - [#49342]) ([google_assistant docs]) + +[#48544]: https://github.com/home-assistant/core/pull/48544 +[#49308]: https://github.com/home-assistant/core/pull/49308 +[#49342]: https://github.com/home-assistant/core/pull/49342 +[#49360]: https://github.com/home-assistant/core/pull/49360 +[#49410]: https://github.com/home-assistant/core/pull/49410 +[@Danielhiversen]: https://github.com/Danielhiversen +[@bdraco]: https://github.com/bdraco +[@bramkragten]: https://github.com/bramkragten +[@emontnemery]: https://github.com/emontnemery +[@janiversen]: https://github.com/janiversen +[google_assistant docs]: /integrations/google_assistant/ +[met docs]: /integrations/met/ +[modbus docs]: /integrations/modbus/ +[norway_air docs]: /integrations/norway_air/ +[roomba docs]: /integrations/roomba/ + ## 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).