updated README.md to include the prefix option and description.

This commit is contained in:
Ty Morton 2019-02-03 11:38:00 -06:00
parent 6302994dab
commit 3f363c003b

View file

@ -71,6 +71,7 @@ Example add-on configuration:
"username": "glances",
"password": "!secret glances_influxdb_password",
"database": "glances",
"prefix": "`hostname`",
"interval": 60
}
}
@ -148,6 +149,10 @@ The password for the above username option.
The name of the database to store all Glances information into.
#### Option `prefix`: `\`hostname\``
This add's the hostname dynamically using the system command for exported data.
**Note**: _It is strongly recommended to create a separate database for glances
and not store this in the same database name as Home Assistant._