Exclude Tempest data from long-term stats, found another solution

This commit is contained in:
2025-05-16 19:59:20 -04:00
parent 7d5aa32834
commit 8698a46d4f

View File

@ -179,6 +179,7 @@ influxdb:
- binary_sensor.*tamper* - binary_sensor.*tamper*
- light.*screen* - light.*screen*
- sensor.weatherflow_hub* - sensor.weatherflow_hub*
- sensor.home_tempest*
entities: entities:
- sensor.last_boot - sensor.last_boot
- sensor.date - sensor.date
@ -277,7 +278,6 @@ influxdb:
- binary_sensor.asus_laptop* - binary_sensor.asus_laptop*
- sensor.*ashland* - sensor.*ashland*
- sensor.*kasx* - sensor.*kasx*
- sensor.home_tempest*
entities: entities:
- media_player.living_room_tv - media_player.living_room_tv
- media_player.basement_tv - media_player.basement_tv
@ -364,6 +364,7 @@ prometheus:
- binary_sensor.*tamper* - binary_sensor.*tamper*
- light.*screen* - light.*screen*
- sensor.weatherflow_hub* - sensor.weatherflow_hub*
- sensor.home_tempest*
exclude_entities: exclude_entities:
- sensor.last_boot - sensor.last_boot
- sensor.date - sensor.date
@ -461,7 +462,6 @@ prometheus:
- binary_sensor.asus_laptop* - binary_sensor.asus_laptop*
- sensor.*ashland* - sensor.*ashland*
- sensor.*kasx* - sensor.*kasx*
- sensor.home_tempest*
include_entities: include_entities:
- media_player.living_room_tv - media_player.living_room_tv
- media_player.basement_tv - media_player.basement_tv