Release 0.84.6

This commit is contained in:
Paulus Schoutsen 2018-12-21 20:56:20 +01:00
parent 96400ccfac
commit 0c7a837804
2 changed files with 13 additions and 2 deletions

View File

@ -142,8 +142,8 @@ social:
# Home Assistant release details # Home Assistant release details
current_major_version: 0 current_major_version: 0
current_minor_version: 84 current_minor_version: 84
current_patch_version: 4 current_patch_version: 6
date_released: 2018-12-19 date_released: 2018-12-21
# Either # or the anchor link to latest release notes in the blog post. # Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it. # Must be prefixed with a # and have double quotes around it.

View File

@ -131,6 +131,17 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav
[ihc docs]: /components/ihc/ [ihc docs]: /components/ihc/
[remote.harmony docs]: /components/remote.harmony/ [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 #### Frontend
- Fix setting aspect ratio in percentage ([#2289](https://github.com/home-assistant/home-assistant-polymer/pull/2289)) [@balloob] - Fix setting aspect ratio in percentage ([#2289](https://github.com/home-assistant/home-assistant-polymer/pull/2289)) [@balloob]