Site updated at 2016-01-16 19:31:32 UTC

This commit is contained in:
Travis CI 2016-01-16 19:31:32 +00:00
parent 87b55d1a76
commit bdff698a23
134 changed files with 3034 additions and 252 deletions

View file

@ -113,7 +113,7 @@
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">sensor</span>:
<span class="key">binary_sensor</span>:
<span class="key">platform</span>: <span class="string"><span class="content">arest</span></span>
<span class="key">resource</span>: <span class="string"><span class="content">http://IP_ADDRESS</span></span>
<span class="key">name</span>: <span class="string"><span class="content">Office Switch</span></span>
@ -176,6 +176,9 @@ This sensor is not suitable for fast state changes because there is a high possi
<div class='section'>
<h1 class="title delta">Category Binary Sensor</h1>
<ul class='divided'>
<li>
<a href='/components/binary_sensor.command/'>Command binary sensor</a>
</li>
<li>
<a href='/components/binary_sensor.mqtt/'>MQTT binary sensor</a>
</li>