From 9e45675257fbf98345d43557384070906301a3ce Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 18 Jun 2023 16:45:36 -0400 Subject: [PATCH] Add new device to database --- configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 5e7a110..a07e609 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -268,6 +268,7 @@ influxdb: - sensor.ac_fans_running - sensor.aircons_running - sensor.fans_running + - sensor.climate_devices_running logbook: include: @@ -404,3 +405,4 @@ prometheus: - sensor.ac_fans_running - sensor.aircons_running - sensor.fans_running + - sensor.climate_devices_running