Site updated at 2015-12-06 21:32:51 UTC

This commit is contained in:
Paulus Schoutsen 2015-12-06 13:32:52 -08:00
parent ba22ea3d06
commit a9c9fe76ea
86 changed files with 3171 additions and 2567 deletions

View file

@ -100,11 +100,12 @@
</header>
<hr class="divider">
<p>Binary sensors are gathering information about state of switches, contacts, pins, and alike. The return value of those sensors is usually digital (1/0). This means that those sensors knows only two states: <strong>off/low/open</strong>* and <strong>*on/high/closed</strong>.</p>
<p>Binary sensors are gathering information about state of switches, contacts, pins, and alike. The return value of those sensors is usually digital (1/0). This means that those sensors knows only two states: <strong>off/low/open</strong> and <strong>on/high/closed</strong>.</p>
<p>Knowing that there are only two states allows Home Assistant to represent the sensor better in the frontend.</p>
<p>For analog sensors please check the <a href="https://home-assistant.io/components/#sensor">component overview</a>.</p>
</article>