shack/glados: re-enable influxdb output
This commit is contained in:
parent
1cd926948f
commit
440d1cc664
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue