From 48c539092bbbb66f3abcf086fd98d7911bef0c2e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 4 Nov 2020 15:48:09 +0000 Subject: [PATCH] Release 0.117.4 --- _config.yml | 2 +- source/_posts/2020-10-28-release-117.markdown | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d6226094d20..5a861c9c43b 100644 --- a/_config.yml +++ b/_config.yml @@ -100,7 +100,7 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 117 -current_patch_version: 3 +current_patch_version: 4 date_released: 2020-11-04 # Either # or the anchor link to latest release notes in the blog post. diff --git a/source/_posts/2020-10-28-release-117.markdown b/source/_posts/2020-10-28-release-117.markdown index 5f8f38e1a92..50e2af81e22 100644 --- a/source/_posts/2020-10-28-release-117.markdown +++ b/source/_posts/2020-10-28-release-117.markdown @@ -58,6 +58,7 @@ So, keep an eye on our social media for the announcement. - [Release 0.117.1 - October 30](#release-01171---october-30) - [Release 0.117.2 - November 1](#release-01172---november-1) - [Release 0.117.3 - November 4](#release-01173---november-4) +- [Release 0.117.4 - November 4](#release-01174---november-4) - [If you need help...](#if-you-need-help) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -435,6 +436,22 @@ The following integrations are now available via the Home Assistant UI: [tasmota docs]: /integrations/tasmota/ [vizio docs]: /integrations/vizio/ +## Release 0.117.4 - November 4 + +- Update greeclimate to 0.9.5 ([@cmroche] - [#42796]) ([gree docs]) +- Cleanup dispatchers when unloading rfxtrx ([@RobBie1221] - [#42803]) ([rfxtrx docs]) +- Call coordinator.shutdown() when ConfigEntryNotReady ([@bieniu] - [#42833]) ([brother docs]) + +[#42796]: https://github.com/home-assistant/core/pull/42796 +[#42803]: https://github.com/home-assistant/core/pull/42803 +[#42833]: https://github.com/home-assistant/core/pull/42833 +[@RobBie1221]: https://github.com/RobBie1221 +[@bieniu]: https://github.com/bieniu +[@cmroche]: https://github.com/cmroche +[brother docs]: /integrations/brother/ +[gree docs]: /integrations/gree/ +[rfxtrx docs]: /integrations/rfxtrx/ + ## 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).