From f12e90984558703778a23ba7ff2e9ca0906a09ad Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 15 May 2023 14:00:06 -0400 Subject: [PATCH] Track some more sensors --- configuration.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 8a786f7..fa03bc7 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -200,6 +200,9 @@ influxdb: - sensor.speedtest* - sensor.*fan_time - sensor.*compressor_time + - sensor.kdfi* + - sensor.openweathermap* + - sensor.*battery* - binary_sensor.*motion* - binary_sensor.*door* - binary_sensor.*window* @@ -241,6 +244,7 @@ influxdb: - sensor.south_side_shell - sensor.east_side_shell - sensor.shell_ottawa_avenue + - sensor.current_lights_on logbook: include: @@ -312,6 +316,9 @@ prometheus: - sensor.speedtest* - sensor.*fan_time - sensor.*compressor_time + - sensor.kdfi* + - sensor.openweathermap* + - sensor.*battery* - binary_sensor.*motion* - binary_sensor.*door* - binary_sensor.*window* @@ -353,3 +360,4 @@ prometheus: - sensor.south_side_shell - sensor.east_side_shell - sensor.shell_ottawa_avenue + - sensor.current_lights_on