From: Giorgio Ravera Date: Fri, 19 Jul 2019 19:58:56 +0000 (+0200) Subject: Optimization to history logbook and recorder X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=2862c5dca174ecad3ba899b8917c8dc62e515f7f;p=homeassistant.git Optimization to history logbook and recorder --- 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