From 3f363c003b8f488c14657c4425b6f25b97100c40 Mon Sep 17 00:00:00 2001 From: Ty Morton Date: Sun, 3 Feb 2019 11:38:00 -0600 Subject: [PATCH] updated README.md to include the prefix option and description. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2d07d38..7cda26c 100644 --- a/README.md +++ b/README.md @@ -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._