mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge pull request #352 from bestlibre/influxdb-blacklist
Add blacklist option to documentation
This commit is contained in:
commit
8447f8cf6e
@ -25,6 +25,9 @@ influxdb:
|
|||||||
password: MY_PASSWORD
|
password: MY_PASSWORD
|
||||||
ssl: true
|
ssl: true
|
||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
|
blacklist:
|
||||||
|
- entity.id1
|
||||||
|
- entity.id2
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -36,3 +39,4 @@ Configuration variables:
|
|||||||
- **password** (*Optional*): The password for the database user account.
|
- **password** (*Optional*): The password for the database user account.
|
||||||
- **ssl** (*Optional*): Use https instead of http to connect. Defaults to false.
|
- **ssl** (*Optional*): Use https instead of http to connect. Defaults to false.
|
||||||
- **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false.
|
- **verify_ssl** (*Optional*): Verify SSL certificate for https request. Defaults to false.
|
||||||
|
- **blacklist** (*Optional*): List of entities not logged to influxdb.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user