Release 89.2

This commit is contained in:
Paulus Schoutsen 2019-03-12 19:56:55 -07:00
parent 0a91cb5f8d
commit da4895e8e5
2 changed files with 22 additions and 2 deletions

View File

@ -139,8 +139,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 89
current_patch_version: 1
date_released: 2019-03-08
current_patch_version: 2
date_released: 2019-03-12
# 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

@ -91,6 +91,26 @@ __Existing SmartThings configuration entries will be removed,__ including the Sm
[webostv docs]: /components/webostv/
[xiaomi_aqara docs]: /components/xiaomi_aqara/
## {% linkable_title Release 0.89.2 - March 12 %}
- Update dependencies to receive data on webhook callbacks ([@andrewsayre] - [#21838]) ([smartthings docs])
- Override http.trusted_networks by auth_provider.trusted_networks ([@awarecan] - [#21844]) ([http docs])
- Fix botvac when no map exists ([@dshokouhi] - [#21877]) ([neato docs])
- Fixes issues #21821 and #21819 ([@kstaniek] - [#21911]) ([binary_sensor.tod docs])
[#21838]: https://github.com/home-assistant/home-assistant/pull/21838
[#21844]: https://github.com/home-assistant/home-assistant/pull/21844
[#21877]: https://github.com/home-assistant/home-assistant/pull/21877
[#21911]: https://github.com/home-assistant/home-assistant/pull/21911
[@andrewsayre]: https://github.com/andrewsayre
[@awarecan]: https://github.com/awarecan
[@dshokouhi]: https://github.com/dshokouhi
[@kstaniek]: https://github.com/kstaniek
[binary_sensor.tod docs]: /components/binary_sensor.tod/
[http docs]: /components/http/
[neato docs]: /components/neato/
[smartthings docs]: /components/smartthings/
## {% linkable_title If you need help... %}
...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.