From 87011e1e0b4b93ab8da602cc7fbbe666cc37c6e6 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 18 Dec 2016 14:23:37 -0800 Subject: [PATCH] Release 0.35.1 --- _config.yml | 6 +++--- source/_components/http.markdown | 1 + ...17-text-to-speech-aquostv-flic-zamg.markdown | 17 ++++++++++++++--- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index ebbba408766..b5dae514da0 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: 0 -date_released: 2016-12-17 +current_patch_version: 1 +date_released: 2016-12-18 # 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-0345---december-12" +patch_version_notes: "#release-0351---december-18" diff --git a/source/_components/http.markdown b/source/_components/http.markdown index 89463c89801..7bc0384c31c 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -28,6 +28,7 @@ Configuration variables: - **api_password** (*Optional*): Protect Home Assistant with a password. - **server_host** (*Optional*): Only listen to incoming requests on specific ip/host (default: accept all) - **server_port** (*Optional*): Let you set a port to use. Defaults to 8123. +- **base_url** (*Optional*): The url that Home Assistant is available on the internet. Defaults to local IP address. - **development** (*Optional*): Disable caching and load unvulcanized assets. Useful for Frontend development. - **ssl_certificate** (*Optional*): Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. - **ssl_key** (*Optional*): Path to your TLS/SSL key to serve Home Assistant over a secure connection. 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 31c8cbe2a2f..bf0832e6fb0 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 @@ -62,6 +62,20 @@ The [GPSLogger](https://home-assistant.io/components/device_tracker.gpslogger/) - Media player - Kodi: Authentification fixed and fan art ([@balloob], [@joopert]) - Minor and not so minor features and bug fixes by [@pvizeli], [@jminn], [@magicus], [@teodoc], [@fabaff], [@technicalpickles], [@balloob], [@lukas-hetzenecker], [@rubund], [@dasos], [@trisk], [@armills], [@auduny], [@lwis], [@nkgilley], [@janLo], [@keatontaylor], [@stefan-jonasson], [@Jypy], [@jawilson], [@DavidLP], [@molobrakos], [@jabesq], [@joerocklin], [@kellerza], [@kirichkov], and [@danielperna84]. +### {% linkable_title Release 0.35.1 - December 18 %} + +Some issues have been reported with TTS that will be addressed by 0.35.1. The TTS component had issues linking the media player to the right media file if you were using Docker or SSL certificates. This can be fixed by exposing to your HTTP config what url you use for hosting Home Assistant: + +```yaml +http: + base_url: example.duckdns.org +``` + + - Fix exit hanging on OS X with async logging ([@balloob]) + - Fix Text to speech clearing cache ([@pvizeli]) + - Allow setting a base API url in HTTP component ([@balloob]) + - Fix occasional errors in automation ([@pvizeli]) + ### {% 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. @@ -85,8 +99,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@farminf]: https://github.com/farminf [@jabesq]: https://github.com/jabesq [@janLo]: https://github.com/janLo -[@janLo]: https://github.com/janLo -[@jawilson]: https://github.com/jawilson [@jawilson]: https://github.com/jawilson [@jminn]: https://github.com/jminn [@joerocklin]: https://github.com/joerocklin @@ -107,7 +119,6 @@ Experiencing issues introduced by this release? Please report them in our [issue [@nkgilley]: https://github.com/nkgilley [@pvizeli]: https://github.com/pvizeli [@rubund]: https://github.com/rubund -[@rubund]: https://github.com/rubund [@soldag]: https://github.com/soldag [@stefan-jonasson]: https://github.com/stefan-jonasson [@tchellomello]: https://github.com/tchellomello