shack/glados: re-enable influxdb output

This commit is contained in:
makefu 2020-09-09 00:32:10 +02:00
parent 1cd926948f
commit 440d1cc664
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -62,13 +62,14 @@ in {
];
};
# https://www.home-assistant.io/components/influxdb/
#influxdb = {
# database = "hass";
# tags = {
# instance = "wolf";
# source = "hass";
# };
#};
influxdb = {
database = "glados";
host = "influx.shack";
tags = {
instance = "wolf";
source = "glados";
};
};
esphome = {};
api = {};
mqtt = {