From 8698a46d4fa9c5fbdd0440195f5f6067f5c3cd46 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 16 May 2025 19:59:20 -0400 Subject: [PATCH] Exclude Tempest data from long-term stats, found another solution --- configuration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 0d0afd7..a480c2e 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -179,6 +179,7 @@ influxdb: - binary_sensor.*tamper* - light.*screen* - sensor.weatherflow_hub* + - sensor.home_tempest* entities: - sensor.last_boot - sensor.date @@ -277,7 +278,6 @@ influxdb: - binary_sensor.asus_laptop* - sensor.*ashland* - sensor.*kasx* - - sensor.home_tempest* entities: - media_player.living_room_tv - media_player.basement_tv @@ -364,6 +364,7 @@ prometheus: - binary_sensor.*tamper* - light.*screen* - sensor.weatherflow_hub* + - sensor.home_tempest* exclude_entities: - sensor.last_boot - sensor.date @@ -461,7 +462,6 @@ prometheus: - binary_sensor.asus_laptop* - sensor.*ashland* - sensor.*kasx* - - sensor.home_tempest* include_entities: - media_player.living_room_tv - media_player.basement_tv