Release 93.2

This commit is contained in:
Paulus Schoutsen 2019-05-23 11:03:31 -07:00
parent 5df1565f16
commit 0825525a01
2 changed files with 27 additions and 2 deletions

View File

@ -139,8 +139,8 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 93
current_patch_version: 1
date_released: 2019-05-17
current_patch_version: 2
date_released: 2019-05-22
# 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

@ -118,6 +118,31 @@ For those of you that like to power down your Sonos, Home Assistant should now h
[honeywell docs]: /components/honeywell/
[onvif docs]: /components/onvif/
## {% linkable_title Release 0.93.2 - May 22 %}
- Fix auto version update Hass.io ([@pvizeli] - [#23935])
- Bump pytraccar ([@ludeeus] - [#23939]) ([traccar docs])
- Fixes issue with multiple alerts ([@ludeeus] - [#23945]) ([alert docs])
- Setup integration dependencies before loading it ([@aerialls] - [#23957])
- Make Discord payload data key not required ([@cyrosy] - [#23964]) ([discord docs])
- upgrade broadlink library ([@Danielhiversen] - [#23966]) ([broadlink docs])
[#23935]: https://github.com/home-assistant/home-assistant/pull/23935
[#23939]: https://github.com/home-assistant/home-assistant/pull/23939
[#23945]: https://github.com/home-assistant/home-assistant/pull/23945
[#23957]: https://github.com/home-assistant/home-assistant/pull/23957
[#23964]: https://github.com/home-assistant/home-assistant/pull/23964
[#23966]: https://github.com/home-assistant/home-assistant/pull/23966
[@Danielhiversen]: https://github.com/Danielhiversen
[@aerialls]: https://github.com/aerialls
[@cyrosy]: https://github.com/cyrosy
[@ludeeus]: https://github.com/ludeeus
[@pvizeli]: https://github.com/pvizeli
[alert docs]: /components/alert/
[broadlink docs]: /components/broadlink/
[discord docs]: /components/discord/
[traccar docs]: /components/traccar/
## {% 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.