From fd97e57b680919941ce7cc96c0339bce1ed52f10 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 30 Nov 2018 20:10:07 +0100 Subject: [PATCH] Release 0.83.2 --- _config.yml | 6 +++--- source/_posts/2018-11-28-release-83.markdown | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 901cc1d97d8..daeab04780d 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/source/_posts/2018-11-28-release-83.markdown b/source/_posts/2018-11-28-release-83.markdown index 5951bb0ee51..7b42633fdc0 100644 --- a/source/_posts/2018-11-28-release-83.markdown +++ b/source/_posts/2018-11-28-release-83.markdown @@ -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.