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>

View file

@ -68,6 +68,9 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">vera</code> platform allows you to get data from your <a href="http://getvera.com/">Vera</a> sensors from within Home Assistant.</p>
<p>They will be automatically discovered if the vera component is loaded.</p>
<p>Please note that some vera sensors (such as <em>motion</em> and <em>flood</em> sensors) are <em>armable</em> which means that vera will send alerts (email messages ot txts) when they are <em>armed</em> an change state.</p>
<p>Home Assistant will display the state of these sensors regardless of the <em>armed</em> state.</p>
<p>To allow you to change the <em>armed state</em> - Home Assistant will create a switch as well as a sensor for each <em>Armable</em> sensor. You can hide these switches using customization if you wish.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">