Site updated at 2017-07-25 06:24:39 UTC

This commit is contained in:
Travis CI 2017-07-25 06:24:39 +00:00
parent 8401d0a62a
commit 5083d9d752
26 changed files with 40 additions and 40 deletions

View file

@ -78,7 +78,7 @@
<p>Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality.</p>
<p>The way these sensors are displayed in the frontend can be modified in the <a href="/getting-started/customizing-devices/">customize section</a>. The following device classes are supported for binary sensors:</p>
<ul>
<li><strong>None</strong>: Generic on/off</li>
<li><strong>None</strong>: Generic on/off. This is the default and doesnt need to be set.</li>
<li><strong>cold</strong>: <code class="highlighter-rouge">On</code> means cold</li>
<li><strong>connectivity</strong>: <code class="highlighter-rouge">On</code> means connection present, <code class="highlighter-rouge">Off</code> means no connection</li>
<li><strong>gas</strong>: <code class="highlighter-rouge">On</code> means gas detected</li>