mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 07:46:52 +00:00
Add tags
This commit is contained in:
parent
0a1d79b071
commit
48a05181c9
@ -30,6 +30,8 @@ influxdb:
|
|||||||
blacklist:
|
blacklist:
|
||||||
- entity.id1
|
- entity.id1
|
||||||
- entity.id2
|
- entity.id2
|
||||||
|
tags:
|
||||||
|
- instance: prod
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -41,4 +43,6 @@ 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.
|
- **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