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

17 lines
389 B
YAML
Raw Normal View History

2022-07-29 01:05:27 +00:00
recorder:
db_url: !secret db_url
auto_purge: true
purge_keep_days: 60
exclude:
2023-02-11 18:37:07 +00:00
domains:
- automation
- updater
entity_globs:
- sensor.weather_*
2022-07-29 01:05:27 +00:00
entities:
2023-02-11 18:37:07 +00:00
- 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