Only keep 7 days worth of states and entities.

This commit is contained in:
Marcus Scholz 2021-08-28 19:35:34 +02:00
parent b455fc86e1
commit 4076296dd1

View File

@ -3,7 +3,7 @@
commit_interval: 10 commit_interval: 10
# Delete events and states older than 2 weeks # Delete events and states older than 2 weeks
auto_purge: true auto_purge: true
purge_keep_days: 14 purge_keep_days: 7
exclude: exclude:
# domains: # domains:
# - automation # - automation