From 1a6ad3cc468781c7ee6a3f95013288b55b98467d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 12 Dec 2018 17:20:16 +0100 Subject: [PATCH] Release 84.1 --- _config.yml | 2 +- source/_posts/2018-12-12-release-84.markdown | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 362cde0c422..07e6962cf57 100644 --- a/_config.yml +++ b/_config.yml @@ -142,7 +142,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 84 -current_patch_version: 0 +current_patch_version: 1 date_released: 2018-12-12 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2018-12-12-release-84.markdown b/source/_posts/2018-12-12-release-84.markdown index c5e85954777..4623f1ef7da 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -56,6 +56,19 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav - Initial hlk-sw16 relay switch support ([@jameshilliard] - [#17855]) ([hlk_sw16 docs]) ([switch.hlk_sw16 docs]) (new-platform) - Initial scene support for Fibaro hubs ([@pbalogh77] - [#18779]) ([fibaro docs]) ([scene.fibaro docs]) (new-platform) +## {% linkable_title Release 0.84.1 - December 12 %} + +- Add automation and script events to logbook event types ([@hunterjm] - [#19219]) ([logbook docs]) +- Fix owntracks topic in encrypted ios ([@balloob] - [#19220]) ([device_tracker docs]) ([owntracks docs]) + +[#19219]: https://github.com/home-assistant/home-assistant/pull/19219 +[#19220]: https://github.com/home-assistant/home-assistant/pull/19220 +[@balloob]: https://github.com/balloob +[@hunterjm]: https://github.com/hunterjm +[device_tracker docs]: /components/device_tracker/ +[logbook docs]: /components/logbook/ +[owntracks docs]: /components/owntracks/ + ## {% linkable_title 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). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.