From 323bcda9e84dcc8c28a8207d7f7704d31180663e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 6 May 2023 13:32:21 -0400 Subject: [PATCH] Remove history yaml config, exclude unnecessary items from logbook --- configuration.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index c904b92..5b4ac41 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -240,12 +240,6 @@ influxdb: - sensor.east_side_shell - sensor.shell_ottawa_avenue -history: - exclude: - domains: - - automation - - updater - logbook: include: domains: @@ -256,4 +250,9 @@ logbook: - climate entity_globs: - binary_sensor.*_motion - - binary_sensor.*_occupancy \ No newline at end of file + - binary_sensor.*_occupancy + exclude: + domains: + - media_player + entity_globs: + - light.*screen* \ No newline at end of file