Site updated at 2016-11-23 09:27:21 UTC

This commit is contained in:
Travis CI 2016-11-23 09:27:21 +00:00
parent 1d3228b9ca
commit f198674d09
100 changed files with 139 additions and 139 deletions

View file

@ -90,7 +90,7 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">min_max</code> sensor platform is consuming the state from other sensors and determine the minimum, maximum, and the mean of the collected states. The sensor will always show you the highest/lowest value which was received from your all monitored sensors. If you have spikes in your values, its recommanded filter/equalize your values with a <a href="/components/sensor.statistics/">statistics sensor</a> first.</p>
<p>The <code class="highlighter-rouge">min_max</code> sensor platform is consuming the state from other sensors and determine the minimum, maximum, and the mean of the collected states. The sensor will always show you the highest/lowest value which was received from your all monitored sensors. If you have spikes in your values, its recommended filter/equalize your values with a <a href="/components/sensor.statistics/">statistics sensor</a> first.</p>
<p>Its an alternative to the <a href="/components/sensor.template/">template sensor</a>s <code class="highlighter-rouge">value_template:</code> to get the average of multiple sensors.</p>