From bfa289f34abd5901379071b2d05cecb87ff37e8f Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 12 Mar 2024 12:23:40 +0100 Subject: [PATCH] Updated order for recorder and logbook --- log/logbook.yaml | 42 +++++++++++++++++++++--------------------- log/recorder.yaml | 42 +++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/log/logbook.yaml b/log/logbook.yaml index 720a81ae..5631437f 100644 --- a/log/logbook.yaml +++ b/log/logbook.yaml @@ -3,6 +3,27 @@ ###################################################################### exclude: + domains: + - automation + - button + - calendar + - event + - group + - input_boolean + - input_datetime + - input_number + - input_select + - input_text + - script + - switch + - update + entity_globs: + # Sun & Weather + - sensor.sun_* + - sensor.savona_* + - sensor.morgex_* + # Dockers + - sensor.docker_* entities: # Device Trackers - device_tracker.giorgio_s21 @@ -86,24 +107,3 @@ exclude: # CO2 - sensor.electricity_maps_intensita_della_co2 - sensor.electricity_maps_percentuale_della_rete_di_combustibili_fossili - entity_globs: - # Sun & Weather - - sensor.sun_* - - sensor.savona_* - - sensor.morgex_* - # Dockers - - sensor.docker_* - domains: - - automation - - button - - calendar - - event - - group - - input_boolean - - input_datetime - - input_number - - input_select - - input_text - - script - - switch - - update diff --git a/log/recorder.yaml b/log/recorder.yaml index dd562bf8..730da296 100644 --- a/log/recorder.yaml +++ b/log/recorder.yaml @@ -5,6 +5,27 @@ purge_keep_days: 6 auto_purge: true exclude: + domains: + - automation + - button + - calendar + - event + - group + - input_boolean + - input_datetime + - input_number + - input_select + - input_text + - script + - switch + - update + entity_globs: + # Sun & Weather + - sensor.sun_* + - sensor.savona_* + - sensor.morgex_* + # Dockers + - sensor.docker_* entities: # Device Trackers - device_tracker.giorgio_s21 @@ -88,24 +109,3 @@ exclude: # CO2 - sensor.electricity_maps_intensita_della_co2 #- sensor.electricity_maps_percentuale_della_rete_di_combustibili_fossili - entity_globs: - # Sun & Weather - - sensor.sun_* - - sensor.savona_* - - sensor.morgex_* - # Dockers - - sensor.docker_* - domains: - - automation - - button - - calendar - - event - - group - - input_boolean - - input_datetime - - input_number - - input_select - - input_text - - script - - switch - - update -- 2.47.3