Add explicit first-time config for new purge_keep_days default (#12246)
This commit is contained in:
parent
231b62d043
commit
acb521330c
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ conversation:
|
|||
# Enables support for tracking state changes over time
|
||||
history:
|
||||
|
||||
# Tracked history is kept for 10 days
|
||||
recorder:
|
||||
purge_keep_days: 10
|
||||
|
||||
# View all events in a logbook
|
||||
logbook:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue