Site updated at 2016-12-06 19:58:41 UTC

This commit is contained in:
Travis CI 2016-12-06 19:58:42 +00:00
parent 94aadbdc34
commit 70d0d05860
23 changed files with 37 additions and 37 deletions

View file

@ -101,7 +101,7 @@
<p>To enable the threshold sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="s">binary_sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">threshold</span>
<span class="s">threshold</span><span class="pi">:</span> <span class="s">15</span>
<span class="s">type</span><span class="pi">:</span> <span class="s">lower</span>