Site updated at 2016-03-26 23:16:10 UTC

This commit is contained in:
Travis CI 2016-03-26 23:16:10 +00:00
parent 46a5c62fe6
commit 32c619e812
34 changed files with 509 additions and 253 deletions

View file

@ -113,38 +113,12 @@
<hr class="divider">
<p>This <code>vera</code> light platform allows you to control your <a href="http://getvera.com/">Vera</a> lights.</p>
<p>The <code>vera</code> platform allows you to control your <a href="http://getvera.com/">Vera</a> lights from within Home Assistant.</p>
<p>This platform is useful if you wish for switches connected to your Vera controller to appear as lights in Home Assistant. All switches will be added as a light unless you exclude them in the configuration file.</p>
<p>They will be automatically discovered if the vera component is loaded.</p>
<p>To use your Vera lights in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>For more configuration information see the <a href="/components/vera/">Vera component</a> documentation.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">light</span>:
<span class="key">platform</span>: <span class="string"><span class="content">vera</span></span>
<span class="key">vera_controller_url</span>: <span class="string"><span class="content">http://YOUR_VERA_IP:3480/</span></span>
<span class="key">device_data</span>:
<span class="key">12</span>:
<span class="key">name</span>: <span class="string"><span class="content">My awesome sensor</span></span>
<span class="key">exclude</span>: <span class="string"><span class="content">true</span></span>
<span class="key">13</span>:
<span class="key">name</span>: <span class="string"><span class="content">Another sensor</span></span>
</pre></div>
</div>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>vera_controller_url</strong> (<em>Required</em>): This is the base URL of your vera controller including the port number if not running on 80, eg. http://192.168.1.21:3480/</li>
<li><strong>device_data</strong> array (<em>Optional</em>):This contains an array additional device information for your Vera devices. It is not required and if not specified all sensors configured in your Vera controller will be added with default values. You should use the id of your Vera device as the key for the device within <code>device_data</code>.
<ul>
<li><strong>name</strong> (<em>Optional</em>):This parameter allows you to override the name of your Vera device in the frontend, if not specified the value configured for the device in your Vera will be used.</li>
<li><strong>exclude</strong> (<em>Optional</em>): This parameter allows you to exclude the specified device, it should be set to “True” if you want this device excluded.</li>
</ul>
</li>
</ul>
</article>
@ -162,6 +136,9 @@
<div class='brand-logo-container section'>
<img src='/images/supported_brands/vera.png' />
</div>
<div class='section'>
IoT class<sup><a href='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers'><i class="icon-info-sign"></i></a></sup>: Local Push
</div>
<div class='section'>
This is a platform for
<a href='/components/light/'>the Lights component</a>.
@ -172,6 +149,9 @@
<li><a href='/components/vera/'>
Vera
</a></li>
<li><a href='/components/binary_sensor.vera/'>
Vera Binary Sensor
</a></li>
<li><a href='/components/sensor.vera/'>
Vera Sensor
</a></li>