From 40a39183e2176bf671c2de499e29f5be63604608 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 9 Jan 2021 14:33:51 +0000 Subject: [PATCH] Release 2021.1.1 --- _config.yml | 4 +-- .../_posts/2021-01-06-release-20211.markdown | 26 ++++++++++++++++++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 72a86c50e1b..9280efc42a7 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 2021 current_minor_version: 1 -current_patch_version: 0 -date_released: 2021-01-06 +current_patch_version: 1 +date_released: 2021-01-09 # 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-01-06-release-20211.markdown b/source/_posts/2021-01-06-release-20211.markdown index c2c83872d15..733f045cee0 100644 --- a/source/_posts/2021-01-06-release-20211.markdown +++ b/source/_posts/2021-01-06-release-20211.markdown @@ -40,12 +40,13 @@ Enjoy the release! ../Frenck -- [In memoriam of villhellm](#in-memoriam-of-villhellm) +- [In memoriam of Villhellm](#in-memoriam-of-villhellm) - [Home Assistant Conference Videos](#home-assistant-conference-videos) - [Other noteworthy changes](#other-noteworthy-changes) - [New Integrations](#new-integrations) - [New Platforms](#new-platforms) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) +- [Release 2021.1.1 - January 9](#release-202111---january-9) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -150,6 +151,29 @@ The following integrations are now available via the Home Assistant UI: - [BMW Connected Drive][bmw_connected_drive docs], done by [@rikroe] +## Release 2021.1.1 - January 9 + +- Fix KNX cover state return open when unknown ([@farmio] - [#44926]) ([knx docs]) +- Fix wait_template incorrectly matching falsey values ([@bdraco] - [#44938]) +- Disambiguate Supervisor HTTPUnauthorized on user/password validation ([@zeehio] - [#44940]) ([hassio docs]) +- Fix parameters when toggling light ([@emontnemery] - [#44950]) ([light docs]) +- Bump pymyq to 2.0.13 ([@ehendrix23] - [#44961]) ([myq docs]) + +[#44926]: https://github.com/home-assistant/core/pull/44926 +[#44938]: https://github.com/home-assistant/core/pull/44938 +[#44940]: https://github.com/home-assistant/core/pull/44940 +[#44950]: https://github.com/home-assistant/core/pull/44950 +[#44961]: https://github.com/home-assistant/core/pull/44961 +[@bdraco]: https://github.com/bdraco +[@ehendrix23]: https://github.com/ehendrix23 +[@emontnemery]: https://github.com/emontnemery +[@farmio]: https://github.com/farmio +[@zeehio]: https://github.com/zeehio +[hassio docs]: /integrations/hassio/ +[knx docs]: /integrations/knx/ +[light docs]: /integrations/light/ +[myq docs]: /integrations/myq/ + ## 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).