Site updated at 2016-09-18 21:16:33 UTC

This commit is contained in:
Travis CI 2016-09-18 21:16:33 +00:00
parent c73280b5b1
commit 9d0b538fe6
23 changed files with 38 additions and 38 deletions

View file

@ -117,10 +117,10 @@
<ul>
<li><strong>host</strong> (<em>Required</em>): IP address of your database host, eg. http://192.168.1.10.</li>
<li><strong>username</strong> (<em>Required</em>): The username of the database user.</li>
<li><strong>password</strong> (<em>Required</em>): The password for the database user account.</li>
<li><strong>port</strong> (<em>Optional</em>): Port to use. Defaults to 8086.</li>
<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>username</strong> (<em>Optional</em>): The username of the database user.</li>
<li><strong>password</strong> (<em>Optional</em>): The password for the database user account.</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>blacklist</strong> (<em>Optional</em>): List of entities not logged to InfluxDB.</li>