Add information on the purge_days (#3358)
* Add information on the purge_days That the purge happens every other day is only documented in the code, and in issue #6302. This is to raise the visibility of this, and help people understand that if they restart frequently the purge will never happen. * Spelling & Grammar fixes
This commit is contained in:
parent
dac5d05561
commit
2e0e8d09da
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ recorder:
|
|||
|
||||
Configuration variables:
|
||||
|
||||
- **purge_days** (*Optional*): Delete events and states older than x days.
|
||||
- **purge_days** (*Optional*): Delete events and states older than x days. The purge task runs every 2 days, starting from when Home Assistant is started if you restart your instance more frequently than the purge will never take place.
|
||||
- **exclude** (*Optional*): Configure which components should be excluded from recordings.
|
||||
- **entities** (*Optional*): The list of entity ids to be excluded from recordings.
|
||||
- **domains** (*Optional*): The list of domains to be excluded from recordings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue