* 0.107.3

* ✏️ Added in release notes for 0.107.2

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Pascal Vizeli 2020-03-20 18:37:44 +01:00 committed by GitHub
parent ded00daf56
commit 976a230094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 61 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: 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.

View File

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