Site updated at 2016-02-13 06:01:20 UTC
This commit is contained in:
parent
fe18659e98
commit
130a8fdafd
213 changed files with 7960 additions and 179 deletions
|
@ -125,6 +125,8 @@
|
|||
<span class="key">database</span>: <span class="string"><span class="content">DB_TO_STORE_EVENTS</span></span>
|
||||
<span class="key">username</span>: <span class="string"><span class="content">MY_USERNAME</span></span>
|
||||
<span class="key">password</span>: <span class="string"><span class="content">MY_PASSWORD</span></span>
|
||||
<span class="key">ssl</span>: <span class="string"><span class="content">true</span></span>
|
||||
<span class="key">verify_ssl</span>: <span class="string"><span class="content">true</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -137,10 +139,11 @@
|
|||
<li><strong>database</strong> (<em>Optional</em>): Name of the database to use. Defaults to <code>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>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -168,6 +171,9 @@
|
|||
<li>
|
||||
<a href='/components/logbook/'>Logbook</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/splunk/'>Splunk</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/statsd/'>StatsD</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue