From 94e39673881e653051e5e79f2ff648a1bd6cceb1 Mon Sep 17 00:00:00 2001 From: VDRainer <26381449+VDRainer@users.noreply.github.com> Date: Thu, 11 Apr 2019 10:44:27 +0200 Subject: [PATCH] Removed Note about state recover (#9187) Deprecated since https://github.com/home-assistant/home-assistant/pull/17270 --- source/_components/recorder.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index 72d308c00bd..86b3963f12b 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -131,10 +131,6 @@ Call the service `recorder.purge` to start a purge task which deletes events and | `keep_days` | yes | The number of history days to keep in recorder database (defaults to the component `purge_keep_days` configuration) | `repack` | yes | Rewrite the entire database, possibly saving some disk space. Only supported for SQLite and requires at least as much disk space free as the database currently uses. -
-Purging does not necessarily remove all entries before a given date. For example, to be able to recover after startup, the last known state for each entry is never purged. This is true even if the entry is already removed from your configuration. -
- ## {% linkable_title Custom database engines %} | Database engine | `db_url` |