Add blacklist option to documentation

This commit is contained in:
bestlibre 2016-03-29 09:28:40 +02:00
parent f672341120
commit 122951d117

View File

@ -25,6 +25,9 @@ influxdb:
password: MY_PASSWORD
ssl: true
verify_ssl: true
blacklist:
- entity.id1
- entity.id2
```
Configuration variables:
@ -36,3 +39,4 @@ Configuration variables:
- **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.
- **blacklist** (*Optional*): List of entities not logged to influxdb.