2021-08-24 13:08:35 +02:00
|
|
|
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
|
2021-08-26 18:41:45 +02:00
|
|
|
exclude:
|
2021-08-24 13:08:35 +02:00
|
|
|
# domains:
|
|
|
|
# - automation
|
|
|
|
# - updater
|
2021-08-26 18:41:45 +02:00
|
|
|
entity_globs:
|
|
|
|
- weather.zuhause_*
|
|
|
|
entities:
|
|
|
|
- sun.sun # Don't record sun data
|
|
|
|
- sensor.fritzbox_device_uptime
|
2021-08-24 13:08:35 +02:00
|
|
|
# event_types:
|
|
|
|
# - call_service # Don't record service calls
|
|
|
|
|