From 2862c5dca174ecad3ba899b8917c8dc62e515f7f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 19 Jul 2019 21:58:56 +0200 Subject: [PATCH] Optimization to history logbook and recorder --- history.yaml | 8 +++++++- logbook.yaml | 8 +++++++- recorder.yaml | 10 ++++++++-- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/history.yaml b/history.yaml index 11de7d07..3a13e498 100644 --- a/history.yaml +++ b/history.yaml @@ -4,6 +4,11 @@ exclude: entities: + # Device Trackers + - device_tracker.a3 + - device_tracker.a5 + - device_tracker.s9 + # Time & Date - sensor.date - sensor.time - sensor.time_date @@ -47,6 +52,7 @@ exclude: domains: - automation - group + - input_datetime - input_boolean - input_text - #- script + - script diff --git a/logbook.yaml b/logbook.yaml index 548649a6..f717703f 100644 --- a/logbook.yaml +++ b/logbook.yaml @@ -4,6 +4,11 @@ exclude: entities: + # Device Trackers + - device_tracker.a3 + - device_tracker.a5 + - device_tracker.s9 + # Time & Date - sensor.date - sensor.time - sensor.time_date @@ -47,6 +52,7 @@ exclude: domains: - automation - group + - input_datetime - input_boolean - input_text - #- script + - script diff --git a/recorder.yaml b/recorder.yaml index f64ae147..fb0c082d 100644 --- a/recorder.yaml +++ b/recorder.yaml @@ -2,10 +2,15 @@ # Recorder Configuration ###################################################################### -purge_keep_days: 30 +purge_keep_days: 10 purge_interval: 1 exclude: entities: + # Device Trackers + - device_tracker.a3 + - device_tracker.a5 + - device_tracker.s9 + # Time & Date - sensor.date - sensor.time - sensor.time_date @@ -49,6 +54,7 @@ exclude: domains: - automation - group + - input_datetime - input_boolean - input_text - #- script + - script -- 2.47.3