homeassistant-config/recorder.yaml

19 lines
452 B
YAML
Raw Normal View History

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: 7
exclude:
# domains:
# - automation
# - updater
entity_globs:
- weather.zuhause_*
entities:
- sun.sun # Don't record sun data
- sensor.fritzbox_device_uptime
# event_types:
# - call_service # Don't record service calls