Exclude excessive logging entities.

This commit is contained in:
Marcus Scholz 2021-09-02 22:03:53 +02:00
parent 00baab3f48
commit 307d55fa13
1 changed files with 16 additions and 1 deletions

View File

@ -3,13 +3,28 @@
commit_interval: 10
# Delete events and states older than 2 weeks
auto_purge: true
purge_keep_days: 7
purge_keep_days: 2
# include:
# domains:
# - sensor
# - switch
# - media_player
exclude:
# domains:
# - automation
# - updater
entity_globs:
- weather.zuhause_*
- sensor.*_power_factor
- sensor.*_current
- sensor.*_voltage
- sensor.dwd*
- sensor.germany_coronavirus*
- binary_sensor.*firmware_update
- binary_sensor.*_overpowering
- binary_sensor.*_overheating
- sensor.*_wi_fi_signal
- sensor.*_energy_returned
entities:
- sun.sun # Don't record sun data
- sensor.fritzbox_device_uptime