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:
DubhAd 2017-09-12 09:30:22 +01:00 committed by Franck Nijhof
parent dac5d05561
commit 2e0e8d09da

View File

@ -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.