Site updated at 2016-11-11 07:38:26 UTC

This commit is contained in:
Travis CI 2016-11-11 07:38:27 +00:00
parent 8e0b219337
commit 3ec1ea6ce7
23 changed files with 38 additions and 38 deletions

View file

@ -123,7 +123,7 @@
<h3><a class="title-link" name="temperature-trend" href="#temperature-trend"></a> Temperature trend</h3>
<p>This example indicates <code class="highlighter-rouge">true</code> if the temperture is rising:</p>
<p>This example indicates <code class="highlighter-rouge">true</code> if the temperature is rising:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><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">trend</span>
@ -135,7 +135,7 @@
</code></pre>
</div>
<p>And this one indicates <code class="highlighter-rouge">true</code> if the temperture is falling:</p>
<p>And this one indicates <code class="highlighter-rouge">true</code> if the temperature is falling:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><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">trend</span>