Site updated at 2017-07-09 07:39:31 UTC

This commit is contained in:
Travis CI 2017-07-09 07:39:31 +00:00
parent d1e3e45925
commit f7eeccb554
47 changed files with 83 additions and 66 deletions

View file

@ -119,7 +119,7 @@
</code></pre>
</div>
<p class="note">
If you are running Home Assistant over SSL or from within a container, you will have to setup a base url inside the <a href="/components/http/">http component</a>.
If you are running Home Assistant over SSL or from within a container, you will have to setup a base URL (<code class="highlighter-rouge">base_url</code>) inside the <a href="/components/http/">http component</a>.
</p>
<h2><a class="title-link" name="service-say" href="#service-say"></a> Service say</h2>
<p>The <code class="highlighter-rouge">say</code> service support <code class="highlighter-rouge">language</code> and on some platforms also <code class="highlighter-rouge">options</code> for set i.e. <em>voice, motion, speed, etc</em>. The text for speech is set with <code class="highlighter-rouge">message</code>.</p>