Site updated at 2016-12-03 21:09:10 UTC
This commit is contained in:
parent
2ca77efe47
commit
503dc45921
478 changed files with 8952 additions and 1761 deletions
|
@ -117,12 +117,12 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>entity_ids</strong> (<em>Required</em>): At least two entities to monitor</li>
|
||||
<li><strong>type</strong> (<em>Optional</em>): The type of sensor. Defaults to <code class="highlighter-rouge">max</code>.</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>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -222,6 +222,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.mysensors/'>MySensors Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.nut/'>NUT Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.neato/'>Neato Robotics Sensor</a>
|
||||
</li>
|
||||
|
@ -252,6 +255,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.sleepiq/'>SleepIQ Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.sonarr/'>Sonarr Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.statistics/'>Statistics Sensor</a>
|
||||
</li>
|
||||
|
@ -285,6 +291,9 @@
|
|||
<li>
|
||||
<a href='/components/sensor.wink/'>Wink Sensor</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.waqi/'>World Air Quality Index</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.zwave/'>Z-Wave Sensor</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue