Site updated at 2016-02-15 19:43:34 UTC

This commit is contained in:
Travis CI 2016-02-15 19:43:34 +00:00
parent 3ccf3603c1
commit a10c24caeb
47 changed files with 893 additions and 168 deletions

View file

@ -118,9 +118,9 @@
<p>We support:</p>
<ul>
<li>Alarm</li>
<li>Smartplugs</li>
<li>Reading from thermometers and hygrometers integrated in various devices</li>
<li>Reading alarm status</li>
<li>Locks</li>
</ul>
@ -149,7 +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>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>code_digits</strong> (<em>Optional</em>): Number of digits in PIN code. Default 4.</li>
</ul>
@ -203,6 +203,9 @@
<li>
<a href='/components/modbus/'>Modbus</a>
</li>
<li>
<a href='/components/mysensors/'>MySensors</a>
</li>
<li>
<a href='/components/nest/'>Nest</a>
</li>