Site updated at 2017-12-03 14:35:15 UTC
This commit is contained in:
parent
760ff5832e
commit
ce6c5b8ee1
1629 changed files with 9107 additions and 3280 deletions
|
@ -91,6 +91,8 @@
|
|||
<li><strong>database</strong> (<em>Optional</em>): Name of the database to use. Defaults to <code class="highlighter-rouge">home_assistant</code>. The database must already exist.</li>
|
||||
<li><strong>ssl</strong> (<em>Optional</em>): Use https instead of http to connect. Defaults to false.</li>
|
||||
<li><strong>verify_ssl</strong> (<em>Optional</em>): Verify SSL certificate for https request. Defaults to false.</li>
|
||||
<li><strong>max_retries</strong> (<em>Optional</em>): Allow the component to retry if there was a network error when transmitting data</li>
|
||||
<li><strong>retry_queue_limit</strong> (<em>Optional</em>): If retry enabled, specify how much calls are allowed to be queued for retry.</li>
|
||||
<li><strong>default_measurement</strong> (<em>Optional</em>): Measurement name to use when an entity doesn’t have a unit. Defaults to entity id.</li>
|
||||
<li><strong>override_measurement</strong> (<em>Optional</em>): Measurement name to use instead of unit or default measurement. This will store all data points in a single measurement.</li>
|
||||
<li><strong>component_config</strong>, <strong>component_config_domain</strong>, <strong>component_config_glob</strong> (<em>Optional</em>): These attributes contains component-specific override values. See <a href="https://home-assistant.io/getting-started/customizing-devices/">Customizing devices and services</a> for format.
|
||||
|
@ -225,6 +227,7 @@ optional arguments:
|
|||
<span class="s">password</span><span class="pi">:</span> <span class="s">MY_PASSWORD</span>
|
||||
<span class="s">ssl</span><span class="pi">:</span> <span class="s">true</span>
|
||||
<span class="s">verify_ssl</span><span class="pi">:</span> <span class="s">true</span>
|
||||
<span class="s">max_retries</span><span class="pi">:</span> <span class="s">3</span>
|
||||
<span class="s">default_measurement</span><span class="pi">:</span> <span class="s">state</span>
|
||||
<span class="s">exclude</span><span class="pi">:</span>
|
||||
<span class="s">entities</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue