Site updated at 2017-06-15 06:18:07 UTC

This commit is contained in:
Travis CI 2017-06-15 06:18:08 +00:00
parent a695dc780b
commit d530109d7e
26 changed files with 40 additions and 40 deletions

View file

@ -67,7 +67,7 @@
</header>
<hr class="divider">
<p>The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format <code class="highlighter-rouge">turn &lt;Friendly Name&gt; &lt;on/off&gt;</code>.</p>
<p>To enable the conversion option in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<p>To enable the conversation option in your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">conversation</span><span class="pi">:</span>
</code></pre>