This commit is contained in:
Pascal Vizeli 2020-03-24 14:10:03 +01:00 committed by GitHub
parent d400dff98d
commit a8d330141d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 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: 5
date_released: 2020-03-21
current_patch_version: 6
date_released: 2020-03-24
# 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

@ -495,6 +495,23 @@ Experiencing issues introduced by this release? Please report them in our [issue
[totalconnect docs]: /integrations/totalconnect/
[zha docs]: /integrations/zha/
## Release 0.107.6 - March 24
- Integrate dockerbuild ([@pvizeli] - [#33168])
- Fix script logging with name ([@balloob] - [#33120])
- Fix minut point updating frozen config entry data ([@frenck] - [#33148]) ([point docs])
- Bump OZW fork to 0.1.10 ([@pvizeli] - [#33205]) ([zwave docs])
[#33120]: https://github.com/home-assistant/core/pull/33120
[#33148]: https://github.com/home-assistant/core/pull/33148
[#33168]: https://github.com/home-assistant/core/pull/33168
[#33205]: https://github.com/home-assistant/core/pull/33205
[@balloob]: https://github.com/balloob
[@frenck]: https://github.com/frenck
[@pvizeli]: https://github.com/pvizeli
[point docs]: /integrations/point/
[zwave docs]: /integrations/zwave/
## All changes
- Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])