Exclude some stuff from being recorded.
This commit is contained in:
parent
e5fe06641e
commit
b455fc86e1
@ -4,17 +4,15 @@
|
|||||||
# Delete events and states older than 2 weeks
|
# Delete events and states older than 2 weeks
|
||||||
auto_purge: true
|
auto_purge: true
|
||||||
purge_keep_days: 14
|
purge_keep_days: 14
|
||||||
# exclude:
|
exclude:
|
||||||
# domains:
|
# domains:
|
||||||
# - automation
|
# - automation
|
||||||
# - updater
|
# - updater
|
||||||
# entity_globs:
|
entity_globs:
|
||||||
# - sensor.weather_*
|
- weather.zuhause_*
|
||||||
# entities:
|
entities:
|
||||||
# - sun.sun # Don't record sun data
|
- sun.sun # Don't record sun data
|
||||||
# - sensor.date
|
- sensor.fritzbox_device_uptime
|
||||||
# - fritzbox Connection Uptime
|
|
||||||
# - fritzbox Device Uptime
|
|
||||||
# event_types:
|
# event_types:
|
||||||
# - call_service # Don't record service calls
|
# - call_service # Don't record service calls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user