Add ssl parameters to Influx docs
This commit is contained in:
parent
4953d85f9e
commit
1ee558a8d8
1 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,8 @@ influxdb:
|
|||
database: DB_TO_STORE_EVENTS
|
||||
username: MY_USERNAME
|
||||
password: MY_PASSWORD
|
||||
ssl: true
|
||||
verify_ssl: true
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
@ -32,4 +34,5 @@ Configuration variables:
|
|||
- **database** (*Optional*): Name of the database to use. Defaults to `home_assistant`. The database must already exist.
|
||||
- **username** (*Optional*): The username of the database user.
|
||||
- **password** (*Optional*): The password for the database user account.
|
||||
|
||||
- **ssl** (*Optional*): Use https instead of http to connect. Defaults to false.
|
||||
- **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue