Site updated at 2016-09-29 04:44:35 UTC

This commit is contained in:
Travis CI 2016-09-29 04:44:35 +00:00
parent ddacba981c
commit 709c211c8f
482 changed files with 11714 additions and 1562 deletions

View file

@ -135,7 +135,7 @@
</tr>
<tr>
<td>entity_picture</td>
<td>url to use as picture for entity</td>
<td>Url to use as picture for entity</td>
</tr>
<tr>
<td>icon</td>
@ -145,6 +145,77 @@
<td>assumed_state</td>
<td>For switches with an assumed state two buttons are shown (turn off, turn on) instead of a switch. By setting <code class="highlighter-rouge">assumed_state</code> to <code class="highlighter-rouge">false</code> you will get the default switch icon.</td>
</tr>
<tr>
<td>sensor_class</td>
<td>Sets the class of the sensor, changing the device state and icon that is displayed on the UI (see below).</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>sensor_class</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>cold</td>
<td>On means cold (or too cold)</td>
</tr>
<tr>
<td>connectivity</td>
<td>On meanse connection present, Off means no connection</td>
</tr>
<tr>
<td>gas</td>
<td>CO, CO2, etc.</td>
</tr>
<tr>
<td>heat</td>
<td>On means hot (or too hot)</td>
</tr>
<tr>
<td>light</td>
<td>Lightness threshold</td>
</tr>
<tr>
<td>moisture</td>
<td>Specifically a wetness sensor</td>
</tr>
<tr>
<td>motion</td>
<td>Motion sensor</td>
</tr>
<tr>
<td>moving</td>
<td>On means moving, Off means stopped</td>
</tr>
<tr>
<td>opening</td>
<td>Door, window, etc.</td>
</tr>
<tr>
<td>power</td>
<td>Power, over-current, etc.</td>
</tr>
<tr>
<td>safety</td>
<td>On meanse unsafe, Off means safe</td>
</tr>
<tr>
<td>smoke</td>
<td>Smoke detector</td>
</tr>
<tr>
<td>sound</td>
<td>On means sound detected, Off meanse no sound</td>
</tr>
<tr>
<td>vibration</td>
<td>On means vibration detected, Off meanse no vibration</td>
</tr>
</tbody>
</table>
@ -218,7 +289,7 @@ New customize information will be applied the next time the state of the entity
<li>
<a href='/getting-started/z-wave/'>Z-Wave </a>
<ul>
<li><a href='/getting-started/z-wave-controllers/'>USB Controllers </a></li>
<li><a href='/getting-started/z-wave-controllers/'>Controllers </a></li>
<li><a href='/getting-started/z-wave-settings/'>Modifying Settings </a></li>
<li><a href='/getting-started/z-wave-device-specific/'>Device Specific </a></li>
</ul>