Initial configuration with split config files and without .storage. Files with secrets excluded and ignored.

This commit is contained in:
2021-08-24 13:08:35 +02:00
commit c82f4aba25
24 changed files with 2784 additions and 0 deletions

20
recorder.yaml Normal file
View File

@@ -0,0 +1,20 @@
db_url: !secret ha_recorder_dburl
# Commit to db only every X seconds
commit_interval: 10
# Delete events and states older than 2 weeks
auto_purge: true
purge_keep_days: 14
# exclude:
# domains:
# - automation
# - updater
# entity_globs:
# - sensor.weather_*
# entities:
# - sun.sun # Don't record sun data
# - sensor.date
# - fritzbox Connection Uptime
# - fritzbox Device Uptime
# event_types:
# - call_service # Don't record service calls