Site updated at 2016-11-05 08:01:50 UTC

This commit is contained in:
Travis CI 2016-11-05 08:01:50 +00:00
parent 226971a81b
commit c5a9b05115
25 changed files with 46 additions and 115 deletions

View file

@ -127,99 +127,28 @@
</thead>
<tbody>
<tr>
<td>friendly_name</td>
<td><code class="highlighter-rouge">friendly_name</code></td>
<td>Name of the entity</td>
</tr>
<tr>
<td>hidden</td>
<td><code class="highlighter-rouge">hidden</code></td>
<td>Set to <code class="highlighter-rouge">true</code> to hide the entity.</td>
</tr>
<tr>
<td>entity_picture</td>
<td><code class="highlighter-rouge">entity_picture</code></td>
<td>Url to use as picture for entity</td>
</tr>
<tr>
<td>icon</td>
<td><code class="highlighter-rouge">icon</code></td>
<td>Any icon from <a href="http://MaterialDesignIcons.com">MaterialDesignIcons.com</a>. Prefix name with <code class="highlighter-rouge">mdi:</code>, ie <code class="highlighter-rouge">mdi:home</code>.</td>
</tr>
<tr>
<td>assumed_state</td>
<td><code class="highlighter-rouge">assumed_state</code></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 means 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>occupancy</td>
<td>On means occupied, Off means not occupied</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 means 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 means no sound</td>
</tr>
<tr>
<td>vibration</td>
<td>On means vibration detected, Off means no vibration</td>
<td><code class="highlighter-rouge">sensor_class</code></td>
<td>Sets the <a href="/components/binary_sensor/">class of the sensor</a>, changing the device state and icon that is displayed on the UI (see below).</td>
</tr>
</tbody>
</table>