This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/packages/homeassistant/recorder.yaml
darthsandmann d1289421b9 updates
2023-02-11 19:37:07 +01:00

17 lines
389 B
YAML
Executable File

recorder:
db_url: !secret db_url
auto_purge: true
purge_keep_days: 60
exclude:
domains:
- automation
- updater
entity_globs:
- sensor.weather_*
entities:
- sun.sun # Don't record sun data
- sensor.last_boot # Comes from 'systemmonitor' sensor platform
- sensor.date
event_types:
- call_service # Don't record service calls