From 714d036bfb826a697ff7e1f64ff7f890caaa9cbe Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Mar 2020 17:53:36 -0700 Subject: [PATCH] Release 107.7 --- _config.yml | 4 ++-- source/_posts/2020-03-18-release-107.markdown | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index ceb013a414b..2aeb3a197bc 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 107 -current_patch_version: 6 -date_released: 2020-03-24 +current_patch_version: 7 +date_released: 2020-03-25 # 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-03-18-release-107.markdown b/source/_posts/2020-03-18-release-107.markdown index af4f123718c..65410529d8a 100644 --- a/source/_posts/2020-03-18-release-107.markdown +++ b/source/_posts/2020-03-18-release-107.markdown @@ -512,6 +512,30 @@ Experiencing issues introduced by this release? Please report them in our [issue [point docs]: /integrations/point/ [zwave docs]: /integrations/zwave/ +## Release 0.107.7 - March 25 + +- Fix velbus dimming control ([@brefra] - [#33139]) ([velbus docs]) +- Increase timeout setting up IPMA ([@dgomes] - [#33194]) ([ipma docs]) +- Refactor ZHA platform setup ([@Adminiuga] - [#33226]) ([zha docs]) +- Ensure recorder event loop recovers if the database server dis… ([@bdraco] - [#33253]) ([recorder docs]) +- Schedule Unifi shutdown callback earlier ([@jjlawren] - [#33257]) ([unifi docs]) + +[#33139]: https://github.com/home-assistant/core/pull/33139 +[#33194]: https://github.com/home-assistant/core/pull/33194 +[#33226]: https://github.com/home-assistant/core/pull/33226 +[#33253]: https://github.com/home-assistant/core/pull/33253 +[#33257]: https://github.com/home-assistant/core/pull/33257 +[@Adminiuga]: https://github.com/Adminiuga +[@bdraco]: https://github.com/bdraco +[@brefra]: https://github.com/brefra +[@dgomes]: https://github.com/dgomes +[@jjlawren]: https://github.com/jjlawren +[ipma docs]: /integrations/ipma/ +[recorder docs]: /integrations/recorder/ +[unifi docs]: /integrations/unifi/ +[velbus docs]: /integrations/velbus/ +[zha docs]: /integrations/zha/ + ## All changes - Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])