Skip to content

Commit 17a0cec

Browse files
milanvofrenck
authored andcommitted
Fix link to purge service heading (home-assistant#3647)
1 parent 242019b commit 17a0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/recorder.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ recorder:
2727
2828
Configuration variables:
2929
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) call `recorder.purge` when needed.
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.
3131
- **purge_keep_days** (*Required with `purge_interval`*): Specify number of history days to keep in recorder database after purge.
3232
- **exclude** (*Optional*): Configure which components should be excluded from recordings.
3333
- **entities** (*Optional*): The list of entity ids to be excluded from recordings.

0 commit comments

Comments
 (0)