Skip to content
Merged

0.107.6 #12502

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
17 changes: 17 additions & 0 deletions source/_posts/2020-03-18-release-107.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down