Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -100,15 +100,21 @@
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>vera_controller_url</strong> (<em>Required</em>): The URL for your Vera device.</li>
</ul>
<p class="note">
It is recommended to assign a static IP address to your Vera Controller. This ensures that it wont change IP addresses, so you wont have to change the <code class="highlighter-rouge">vera_controller_url</code> if it reboots and comes up with a different IP address. See your routers manual for details on how to set this up. If you need the MAC address of your Vera, check the label on the bottom.
</p>
<p>By default your switches will be added to HA as switches, however if some of them are light switches, you can tell HA this using the optional <code class="highlighter-rouge">lights</code> parameter as shown below.</p>
<p>By default your switches will be added to Home Assistant as switches, however if some of them are light switches, you can tell Home Assistant this using the optional <code class="highlighter-rouge">lights</code> parameter as shown below.</p>
<p>Vera imports detailed zwave devices into HA - this can include system devices and other devices that you dont use, you can tell HA not to load these devices using the <code class="highlighter-rouge">exclude:</code> parameter as shown below.</p>
<p>Vera imports detailed zwave devices into Home Assistant. This can include system devices and other devices that you dont use, you can tell Home Assistant not to load these devices using the <code class="highlighter-rouge">exclude:</code> parameter as shown below.</p>
<p>You can find the vera device id either by looking at your vera controller - or by checking the <code class="highlighter-rouge">Vera Device Id</code> attribute on each device imported into HA.</p>
<p>You can find the vera device id either by looking at your vera controller or by checking the <code class="highlighter-rouge">Vera Device Id</code> attribute on each device imported into Home Assistant.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">vera</span><span class="pi">:</span>
<span class="s">vera_controller_url</span><span class="pi">:</span> <span class="s">http://192.168.1.161:3480/</span>
@ -174,6 +180,9 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/digital_ocean/'>Digital Ocean</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>