Site updated at 2017-04-07 19:43:53 UTC

This commit is contained in:
Travis CI 2017-04-07 19:43:53 +00:00
parent 7aadaff95c
commit b8515c8efc
26 changed files with 46 additions and 43 deletions

View file

@ -74,14 +74,14 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
</p>
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
<p>To enable the emulated Hue bridge, add one of the following configs to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Amazon Echo example configuration.yaml entry</span>
<span class="s">emulated_hue</span><span class="pi">:</span>
</code></pre>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Google Home example configuration.yaml entry</span>
<span class="s">emulated_hue</span><span class="pi">:</span>
<span class="s">type</span><span class="pi">:</span> <span class="s">google_home</span>
<span class="c1"># Google Home does not work on different ports.</span>
</code></pre>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Amazon Echo example configuration.yaml entry</span>
<span class="s">emulated_hue</span><span class="pi">:</span>
<span class="s">type</span><span class="pi">:</span> <span class="s">alexa</span>
<span class="s">listen_port</span><span class="pi">:</span> <span class="s">80</span>
</code></pre>
</div>