You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/recorder.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ recorder:
27
27
28
28
Configuration variables:
29
29
30
-
- **purge_interval** (*Optional*): (days) Enable scheduled purge of older events and states. The purge task runs every x days, starting from when Home Assistant is started. If you restart your instance more frequently, than the purge will never take place. You can use [service](#service-purge) call `recorder.purge` when needed.
30
+
- **purge_interval** (*Optional*): (days) Enable scheduled purge of older events and states. The purge task runs every x daysfrom when the `recorder component` is first enabled. If a scheduled purge is missed (e.g. if Home Assistant was not running) then the schedule will resume soon after Home Assistant restarts. You can use [service](#service-purge) call `recorder.purge` when required without impacting the purge schedule.
31
31
- **purge_keep_days** (*Required with `purge_interval`*): Specify number of history days to keep in recorder database after purge.
32
32
- **exclude** (*Optional*): Configure which components should be excluded from recordings.
33
33
- **entities** (*Optional*): The list of entity ids to be excluded from recordings.
0 commit comments