From 4b23b5d0933ebcd676b9973f909c5d63e6b0b00e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 18 Dec 2023 19:28:14 -0500 Subject: [PATCH] Track counters in databases #184 --- configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 9386b29..cc4c3d7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -189,6 +189,7 @@ influxdb: - climate - fan - person + - counter entity_globs: - sensor.*power - sensor.*energy @@ -345,6 +346,7 @@ prometheus: - climate - fan - person + - counter include_entity_globs: - sensor.*power - sensor.*energy