Release 0.83.2

This commit is contained in:
Paulus Schoutsen 2018-11-30 20:10:07 +01:00
parent 002da69ce4
commit fd97e57b68
2 changed files with 23 additions and 3 deletions

View File

@ -142,13 +142,13 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 83
current_patch_version: 1
date_released: 2018-11-29
current_patch_version: 2
date_released: 2018-11-30
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
# Major release:
patch_version_notes: "#"
patch_version_notes: ""
# Minor release (Example #release-0431---april-25):
# Date we moved to Discourse for comments

View File

@ -105,6 +105,26 @@ Note, this release includes a migration to add an index to speed up the logbook
[sensor.seventeentrack docs]: /components/sensor.seventeentrack/
[shopping_list docs]: /components/shopping_list/
## {% linkable_title Release 0.83.2 - November 30 %}
- Revert change to MQTT discovery_hash introduced in #18169 ([@emontnemery] - [#18763]) ([mqtt docs])
- bump gtts-token to 1.1.3 ([@stonith] - [#18824]) ([tts docs])
- Always set hass_user ([@balloob] - [#18844]) ([http docs])
- Hotfix for Fibaro wall plug ([@pbalogh77] - [#18845]) ([light.fibaro docs])
[#18763]: https://github.com/home-assistant/home-assistant/pull/18763
[#18824]: https://github.com/home-assistant/home-assistant/pull/18824
[#18844]: https://github.com/home-assistant/home-assistant/pull/18844
[#18845]: https://github.com/home-assistant/home-assistant/pull/18845
[@balloob]: https://github.com/balloob
[@emontnemery]: https://github.com/emontnemery
[@pbalogh77]: https://github.com/pbalogh77
[@stonith]: https://github.com/stonith
[http docs]: /components/http/
[light.fibaro docs]: /components/light.fibaro/
[mqtt docs]: /components/mqtt/
[tts docs]: /components/tts/
## {% 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.