From acb521330c7aa27dacc62851f96649cfdbb377bc Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Thu, 8 Feb 2018 18:44:19 +0100 Subject: [PATCH] Add explicit first-time config for new purge_keep_days default (#12246) --- homeassistant/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/config.py b/homeassistant/config.py index 3f4c4c174d7..5e82ef1baa0 100644 --- a/homeassistant/config.py +++ b/homeassistant/config.py @@ -95,6 +95,10 @@ conversation: # Enables support for tracking state changes over time history: +# Tracked history is kept for 10 days +recorder: + purge_keep_days: 10 + # View all events in a logbook logbook: