From 95ca0b495dcd6f48fec67bbd98f91c9f0a3b5055 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 24 Nov 2022 14:29:22 -0500 Subject: [PATCH] A bit more refinement of InfluxDB entities --- configuration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index a4f5f7d..b851169 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -114,6 +114,7 @@ influxdb: exclude: entity_globs: - binary_sensor.*tamper* + - light.*screen* entities: - sensor.last_boot - sensor.date @@ -123,6 +124,8 @@ influxdb: - sensor.time_utc - sensor.xr500_gateway_kib_s_received - sensor.xr500_gateway_kib_s_sent + - light.all_lights + - fan.all_fans include: domains: - sun