From 9e2140aad81c0c333d3748a681a16f7adfb66303 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 20 Nov 2020 20:45:09 +0000 Subject: [PATCH] Release 118.2 --- _config.yml | 4 ++-- source/_posts/2020-11-18-release-118.markdown | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 47aae3cb3d9..f880b1917d3 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 118 -current_patch_version: 1 -date_released: 2020-11-19 +current_patch_version: 2 +date_released: 2020-11-20 # 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/2020-11-18-release-118.markdown b/source/_posts/2020-11-18-release-118.markdown index dd733b5138c..107700ca4ec 100644 --- a/source/_posts/2020-11-18-release-118.markdown +++ b/source/_posts/2020-11-18-release-118.markdown @@ -46,6 +46,7 @@ All in all, a fine release, with an exciting one ahead of us. - [New Platforms](#new-platforms) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) - [Release 0.118.1 - November 19](#release-01181---november-19) +- [Release 0.118.2 - November 20](#release-01182---november-20) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -290,6 +291,18 @@ The following integrations are now available via the Home Assistant UI: [vizio docs]: /integrations/vizio/ [wolflink docs]: /integrations/wolflink/ +## Release 0.118.2 - November 20 + +- Increase Advantage Air retry limit for older systems ([@Bre77] - [#43417]) ([advantage_air docs]) +- Fix time trigger based on entities ignoring entities if initially in the past ([@balloob] - [#43431]) ([homeassistant docs]) + +[#43417]: https://github.com/home-assistant/core/pull/43417 +[#43431]: https://github.com/home-assistant/core/pull/43431 +[@Bre77]: https://github.com/Bre77 +[@balloob]: https://github.com/balloob +[advantage_air docs]: /integrations/advantage_air/ +[homeassistant docs]: /integrations/homeassistant/ + ## 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).