From 0c7a83780456fef84250a71f0594c9ea2a6b72d0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 21 Dec 2018 20:56:20 +0100 Subject: [PATCH] Release 0.84.6 --- _config.yml | 4 ++-- source/_posts/2018-12-12-release-84.markdown | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 9fd9ba7dc84..f30f9ba24bb 100644 --- a/_config.yml +++ b/_config.yml @@ -142,8 +142,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 84 -current_patch_version: 4 -date_released: 2018-12-19 +current_patch_version: 6 +date_released: 2018-12-21 # 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/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index c4397199e49..086039fb2de 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -131,6 +131,17 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav [ihc docs]: /components/ihc/ [remote.harmony docs]: /components/remote.harmony/ +## {% linkable_title Release 0.84.5 - December 19 %} + +- Fix Harmony for people not running Home Assistant in Docker ([@ehendrix23]) + +## {% linkable_title Release 0.84.6 - December 21 %} + +- Fix incorrect local check when creating webhooks via a config flow (impacted all but Owntracks) ([@balloob] - [#19494]) + +[#19494]: https://github.com/home-assistant/home-assistant/pull/19494 +[@balloob]: https://github.com/balloob + #### Frontend - Fix setting aspect ratio in percentage ([#2289](https://github.com/home-assistant/home-assistant-polymer/pull/2289)) [@balloob]