mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add tags
This commit is contained in:
parent
0a1d79b071
commit
48a05181c9
@ -30,6 +30,8 @@ influxdb:
|
||||
blacklist:
|
||||
- entity.id1
|
||||
- entity.id2
|
||||
tags:
|
||||
- instance: prod
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -41,4 +43,6 @@ 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.
|
||||
- **blacklist** (*Optional*): List of entities not logged to InfluxDB.
|
||||
- **tags** (*Optional*): Tags to mark the data.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user