From 12b1fbe8869cce615dfe1f4119d635ed58986edb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 18 Dec 2016 17:38:13 -0800 Subject: [PATCH] Release 0.35.2 --- _config.yml | 6 +++--- .../2016-12-17-text-to-speech-aquostv-flic-zamg.markdown | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index b5dae514da0..028e14a72cd 100644 --- a/_config.yml +++ b/_config.yml @@ -131,9 +131,9 @@ social: # Home Assistant release details current_major_version: 0 current_minor_version: 35 -current_patch_version: 1 -date_released: 2016-12-18 +current_patch_version: 2 +date_released: 2016-12-19 # Either # or the anchor link to latest release notes in the blog post. # Must be prefixed with a # and have double quotes around it. -patch_version_notes: "#release-0351---december-18" +patch_version_notes: "#release-0352---december-19" diff --git a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown index bf0832e6fb0..5842cf86b4d 100644 --- a/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown +++ b/source/_posts/2016-12-17-text-to-speech-aquostv-flic-zamg.markdown @@ -76,6 +76,10 @@ http: - Allow setting a base API url in HTTP component ([@balloob]) - Fix occasional errors in automation ([@pvizeli]) +### {% linkable_title Release 0.35.2 - December 19 %} + + - When base url specified, do not combine it with `server_port` ([@balloob]) + ### {% linkable_title If you need help... %} ...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.