mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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
@ -27,7 +27,7 @@ recorder:
|
|||||||
|
|
||||||
Configuration variables:
|
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.
|
- **exclude** (*Optional*): Configure which components should be excluded from recordings.
|
||||||
- **entities** (*Optional*): The list of entity ids to 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.
|
- **domains** (*Optional*): The list of domains to be excluded from recordings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user