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/ # https://www.home-assistant.io/components/influxdb/
#influxdb = { influxdb = {
# database = "hass"; database = "glados";
# tags = { host = "influx.shack";
# instance = "wolf"; tags = {
# source = "hass"; instance = "wolf";
# }; source = "glados";
#}; };
};
esphome = {}; esphome = {};
api = {}; api = {};
mqtt = { mqtt = {