Site updated at 2016-10-10 08:36:03 UTC

This commit is contained in:
Travis CI 2016-10-10 08:36:03 +00:00
parent 77f008ae56
commit 809fb89a43
74 changed files with 241 additions and 89 deletions

View file

@ -91,6 +91,8 @@
<p>The <code class="highlighter-rouge">statistics</code> sensor platform is consuming the state from other sensors. Beside the maximal and the minimal value also the total, the mean, the median, the variance, and the standard deviation are as attributes available. If its a binary sensor then only the state changes are counted.</p>
<p>It can take time till the sensor starts to work because a couple of atrributes need more than one value to do the calculation.</p>
<p>To enable the statistics 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>