esphome node

auto-flake-update
Yorick van Pelt 2021-08-08 17:23:50 +02:00
parent 60e4d6ca1c
commit 0b5c00e685
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
job_name = "thermometer";
static_configs = [{ targets = [ "192.168.178.21:8000" ]; }];
}
{
job_name = "esphome";
static_configs = [{ targets = [ "192.168.178.77" ]; }];
}
];
exporters.node.enable = true;
# exporters.unifi = {