Site updated at 2017-10-11 11:01:38 UTC

This commit is contained in:
Travis CI 2017-10-11 11:01:38 +00:00
parent 6c5fb23ab4
commit b564690738
30 changed files with 118 additions and 87 deletions

View file

@ -150,7 +150,7 @@ WhereAreWeIntent where we are
</ul>
<h2><a class="title-link" name="configuring-home-assistant" href="#configuring-home-assistant"></a> Configuring Home Assistant</h2>
<p>When activated, the Alexa component will have Home Assistants native intent support handle the incoming intents. If you want to run actions based on intents, use the <a href="/components/intent_script"><code class="highlighter-rouge">intent_script</code></a> component.</p>
<p>To enable Alex add the following entry to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<p>To enable Alexa add the following entry to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">alexa</span><span class="pi">:</span>
</code></pre>
</div>