From 2f1eaa6efe07388e599dd1107699b665026bcc83 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 14 Dec 2018 11:20:39 +0100 Subject: [PATCH] Release 0.84.2 --- _config.yml | 4 +-- source/_posts/2018-12-12-release-84.markdown | 37 ++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 07e6962cf57..96cbb5e88c5 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: 1 -date_released: 2018-12-12 +current_patch_version: 2 +date_released: 2018-12-14 # 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 35fbce2d5a8..a464ef4b274 100644 --- a/source/_posts/2018-12-12-release-84.markdown +++ b/source/_posts/2018-12-12-release-84.markdown @@ -75,6 +75,43 @@ Editor UI is now further processed. You can manage your Lovelace UI without leav [logbook docs]: /components/logbook/ [owntracks docs]: /components/owntracks/ +## {% linkable_title Release 0.84.2 - December 14 %} + +- Don't avoid async_schedule_update_ha_state by returning false ([@syssi] - [#19102]) ([binary_sensor.xiaomi_aqara docs]) +- Always add friendly name attribute to ZHA entities ([@damarco] - [#19141]) ([zha docs]) +- Bump aioasuswrt ([@kennedyshead] - [#19229]) ([asuswrt docs]) +- Add automation and script events to logbook filter events ([@luca-angemi] - [#19253]) ([logbook docs]) +- Fix list (fixes #19235) ([@fabaff] - [#19258]) ([tts docs]) +- Fix OwnTracks deadlocking ([@balloob] - [#19260]) ([owntracks docs]) +- Fix call to super() ([@marchingphoenix] - [#19279]) ([light.lutron docs]) +- Improve check for duplicated entity_id ([@emontnemery] - [#19194]) +- Fix race in entity_platform.async_add_entities ([@emontnemery] - [#19222]) + +[#19102]: https://github.com/home-assistant/home-assistant/pull/19102 +[#19141]: https://github.com/home-assistant/home-assistant/pull/19141 +[#19222]: https://github.com/home-assistant/home-assistant/pull/19222 +[#19229]: https://github.com/home-assistant/home-assistant/pull/19229 +[#19253]: https://github.com/home-assistant/home-assistant/pull/19253 +[#19258]: https://github.com/home-assistant/home-assistant/pull/19258 +[#19260]: https://github.com/home-assistant/home-assistant/pull/19260 +[#19279]: https://github.com/home-assistant/home-assistant/pull/19279 +[#19194]: https://github.com/home-assistant/home-assistant/pull/19194 +[@balloob]: https://github.com/balloob +[@damarco]: https://github.com/damarco +[@emontnemery]: https://github.com/emontnemery +[@fabaff]: https://github.com/fabaff +[@kennedyshead]: https://github.com/kennedyshead +[@luca-angemi]: https://github.com/luca-angemi +[@marchingphoenix]: https://github.com/marchingphoenix +[@syssi]: https://github.com/syssi +[asuswrt docs]: /components/asuswrt/ +[binary_sensor.xiaomi_aqara docs]: /components/binary_sensor.xiaomi_aqara/ +[light.lutron docs]: /components/light.lutron/ +[logbook docs]: /components/logbook/ +[owntracks docs]: /components/owntracks/ +[tts docs]: /components/tts/ +[zha docs]: /components/zha/ + ## {% 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.