Initial configuration with split config files and without .storage. Files with secrets excluded and ignored.
This commit is contained in:
20
recorder.yaml
Normal file
20
recorder.yaml
Normal 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
|
||||
|
Reference in New Issue
Block a user