Site updated at 2017-04-04 07:18:27 UTC

This commit is contained in:
Travis CI 2017-04-04 07:18:27 +00:00
parent 2e06d635f3
commit f91a2e2b4f
24 changed files with 38 additions and 38 deletions

View file

@ -86,7 +86,7 @@
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>entity_ids</strong> (<em>Required</em>): At least two entities to monitor</li>
<li><strong>entity_ids</strong> (<em>Required</em>): At least two entities to monitor. The unit of measurement of the first entry will be the one thats used. All entities must use the same unit of measurement.</li>
<li><strong>type</strong> (<em>Optional</em>): The type of sensor: <code class="highlighter-rouge">min</code>, <code class="highlighter-rouge">max</code> or <code class="highlighter-rouge">mean</code>. Defaults to <code class="highlighter-rouge">max</code>.</li>
<li><strong>name</strong> (<em>Optional</em>): Name of the sensor to use in the frontend.</li>
<li><strong>round_digits</strong> (<em>Optional</em>): Round mean value to specified number of digits. Defaults to 2.</li>