Skip to content
Merged

0.107.3 #12453

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: 1
date_released: 2020-03-18
current_patch_version: 3
date_released: 2020-03-20

# 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
59 changes: 59 additions & 0 deletions source/_posts/2020-03-18-release-107.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,65 @@ Experiencing issues introduced by this release? Please report them in our [issue
[frontend docs]: /integrations/frontend/
[zone docs]: /integrations/zone/

## Release 0.107.2 - March 20

- 0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… ([@Jc2k] - [#33016]) ([homekit_controller docs])
- Fix camera.options to camera.stream_options. ([@ochlocracy] - [#32767]) ([camera docs])
- Fix velbus in the 107 release ([@Cereal2nd] - [#32936]) ([velbus docs])
- Refactor ZHA setup ([@Adminiuga] - [#32959]) ([zha docs])
- Fix somfy optimistic mode when missing in conf ([@tetienne] - [#32995]) ([somfy docs])
- Axis - Fix char in stream url ([@Kane610] - [#33004]) ([axis docs])
- Fix sighthound dependency issue ([@robmarkcole] - [#33010]) ([sighthound docs])
- Bump simplisafe-python to 9.0.3 ([@bachya] - [#33013]) ([simplisafe docs])
- 0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… ([@Jc2k] - [#33016]) ([homekit_controller docs])
- Handle zigpy clusters without ep_attribute attribute. ([@Adminiuga] - [#33028]) ([zha docs])
- Fix zones in packages ([@balloob] - [#33027])
- Fix RainMachine not properly storing data in the config entry ([@bachya] - [#33002]) ([rainmachine docs])

[#32767]: https://github.com/home-assistant/core/pull/32767
[#32936]: https://github.com/home-assistant/core/pull/32936
[#32959]: https://github.com/home-assistant/core/pull/32959
[#32995]: https://github.com/home-assistant/core/pull/32995
[#33002]: https://github.com/home-assistant/core/pull/33002
[#33004]: https://github.com/home-assistant/core/pull/33004
[#33010]: https://github.com/home-assistant/core/pull/33010
[#33013]: https://github.com/home-assistant/core/pull/33013
[#33016]: https://github.com/home-assistant/core/pull/33016
[#33027]: https://github.com/home-assistant/core/pull/33027
[#33028]: https://github.com/home-assistant/core/pull/33028
[@Adminiuga]: https://github.com/Adminiuga
[@Cereal2nd]: https://github.com/Cereal2nd
[@Jc2k]: https://github.com/Jc2k
[@Kane610]: https://github.com/Kane610
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@ochlocracy]: https://github.com/ochlocracy
[@robmarkcole]: https://github.com/robmarkcole
[@tetienne]: https://github.com/tetienne
[axis docs]: /integrations/axis/
[camera docs]: /integrations/camera/
[homekit_controller docs]: /integrations/homekit_controller/
[rainmachine docs]: /integrations/rainmachine/
[sighthound docs]: /integrations/sighthound/
[simplisafe docs]: /integrations/simplisafe/
[somfy docs]: /integrations/somfy/
[velbus docs]: /integrations/velbus/
[zha docs]: /integrations/zha/

## Release 0.107.3 - March 20

- Fix netatmo webhook registration issue ([@cgtobi] - [#32994]) ([netatmo docs])
- Fix discovery issue with netatmo climate devices ([@cgtobi] - [#33040]) ([netatmo docs])
- Fix packages for schemas without a default ([@frenck] - [#33045]) ([person docs])

[#32994]: https://github.com/home-assistant/core/pull/32994
[#33040]: https://github.com/home-assistant/core/pull/33040
[#33045]: https://github.com/home-assistant/core/pull/33045
[@cgtobi]: https://github.com/cgtobi
[@frenck]: https://github.com/frenck
[netatmo docs]: /integrations/netatmo/
[person docs]: /integrations/person/

## All changes

- Nuki: add support for unique id ([@pvizeli] - [#31824]) ([nuki docs])
Expand Down