Release 107.7

This commit is contained in:
Paulus Schoutsen 2020-03-25 17:53:36 -07:00
parent 473fa08009
commit 714d036bfb
2 changed files with 26 additions and 2 deletions

View File

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

View File

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