Release 0.117.4

This commit is contained in:
Paulus Schoutsen 2020-11-04 15:48:09 +00:00
parent 1ab266a729
commit 48c539092b
2 changed files with 18 additions and 1 deletions

View File

@ -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.

View File

@ -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).