Site updated at 2017-05-28 17:47:20 UTC

This commit is contained in:
Travis CI 2017-05-28 17:47:20 +00:00
parent af7b503546
commit 39e60ce9d2
50 changed files with 130 additions and 117 deletions

View file

@ -91,7 +91,7 @@
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the units of measurement of the sensor, if any.</li>
<li><strong>measurement</strong> (<em>Required</em>): Defines the measurement name in InfluxDB (the from clause of the query).</li>
<li><strong>where</strong> (<em>Required</em>): Defines the data selection clause (the where clause of the query).</li>
<li><strong>value_template</strong> (<em>Optional</em>): Defines a <a href="/topics/templating/">template</a> to extract a value from the payload.</li>
<li><strong>value_template</strong> (<em>Optional</em>): Defines a <a href="/docs/configuration/templating/#processing-incoming-data">template</a> to extract a value from the payload.</li>
<li><strong>database</strong> (<em>Optional</em>): Name of the database to use. Defaults to <code class="highlighter-rouge">home_assistant</code>.</li>
<li><strong>group_function</strong> (<em>Optional</em>): The group function to be used. Defaults to <code class="highlighter-rouge">mean</code>.</li>
<li><strong>field</strong> (<em>Optional</em>): The field name to select. Defaults to value.</li>