Site updated at 2017-07-08 05:27:06 UTC

This commit is contained in:
Travis CI 2017-07-08 05:27:06 +00:00
parent d7745c7162
commit 36180cdcb2
26 changed files with 41 additions and 39 deletions

View file

@ -82,6 +82,7 @@
<li>Reading from thermometers and hygrometers integrated in various <a href="/components/sensor.verisure/">devices</a></li>
<li>Mouse Detector</li>
<li><a href="/components/lock.verisure/">Locks</a></li>
<li><a href="/components/binary_sensor.verisure/">Door &amp; Window</a></li>
</ul>
<p>To integrate Verisure with Home Assistant, add the following section to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
@ -100,6 +101,7 @@
<li><strong>locks</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>mouse</strong> (<em>Optional</em>): Set to 1 to show mouse detectors, 0 to disable. Default 1.</li>
<li><strong>door_window</strong> (<em>Optional</em>): Set to 1 to show door and window sensors, 0 to disable. Default 1.</li>
<li><strong>code_digits</strong> (<em>Optional</em>): Number of digits in PIN code. Default 4.</li>
</ul>
</article>