Site updated at 2016-02-13 06:01:20 UTC
This commit is contained in:
parent
fe18659e98
commit
130a8fdafd
213 changed files with 7960 additions and 179 deletions
|
@ -121,6 +121,7 @@
|
|||
<li>Smartplugs</li>
|
||||
<li>Reading from thermometers and hygrometers integrated in various devices</li>
|
||||
<li>Reading alarm status</li>
|
||||
<li>Locks</li>
|
||||
</ul>
|
||||
|
||||
<p>To integrate Verisure with Home Assistant, add the following section to your <code>configuration.yaml</code> file:</p>
|
||||
|
@ -134,6 +135,7 @@
|
|||
<span class="key">hygrometers</span>: <span class="string"><span class="content">0</span></span>
|
||||
<span class="key">smartplugs</span>: <span class="string"><span class="content">1</span></span>
|
||||
<span class="key">thermometers</span>: <span class="string"><span class="content">0</span></span>
|
||||
<span class="key">locks</span>: <span class="string"><span class="content">0</span></span>
|
||||
<span class="key">code_digits</span>: <span class="string"><span class="content">4</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -147,6 +149,7 @@
|
|||
<li><strong>alarm</strong> (<em>Optional</em>): Set to 1 to show alarm, 0 to disable. Default 1.</li>
|
||||
<li><strong>hygrometers</strong> (<em>Optional</em>): Set to 1 to show hygrometers, 0 to disable. Default 1.</li>
|
||||
<li><strong>smartplugs</strong> (<em>Optional</em>): Set to 1 to show smartplugs, 0 to disable. Default 1.</li>
|
||||
<li><strong>locls</strong> (<em>Optional</em>): Set to 1 to show locks, 0 to disable. Default 1.</li>
|
||||
<li><strong>thermometers</strong> (<em>Optional</em>): Set to 1 to show thermometers, 0 to disable. Default 1.</li>
|
||||
<li><strong>code_digits</strong> (<em>Optional</em>): Number of digits in PIN code. Default 4.</li>
|
||||
</ul>
|
||||
|
@ -168,9 +171,23 @@
|
|||
<div class='brand-logo-container section'>
|
||||
<img src='/images/supported_brands/verisure.png' />
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class='title delta'>Related components</h1>
|
||||
<ul class='divided'>
|
||||
<li><a href='/components/lock.verisure/'>
|
||||
Verisure Lock
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Hub</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/apcupsd/'>APCUPSd</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/bloomsky/'>BloomSky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/ecobee/'>Ecobee</a>
|
||||
</li>
|
||||
|
@ -195,6 +212,9 @@
|
|||
<li>
|
||||
<a href='/components/rfxtrx/'>RFXtrx</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/scsgate/'>SCSGate</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/tellstick/'>TellStick</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue