diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 38b9239ba59..78993f11132 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -40,7 +40,7 @@ recorder: required: false type: int purge_interval: - description: How often (in days) the purge task runs. If a scheduled purge is missed (e.g., if Home Assistant was not running), the schedule will resume soon after Home Assistant restarts. You can use the [service](#service-purge) call `purge` when required without impacting the purge schedule. + description: How often (in days) the purge task runs. If a scheduled purge is missed (e.g., if Home Assistant was not running), the schedule will resume soon after Home Assistant restarts. You can use the [service](#service-purge) call `purge` when required without impacting the purge schedule. If this is set to `0` (zero), purging is disabled. required: false default: 1 type: int