From 889a4be741d8d23d8ff31efdd526f7bcce65a010 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 9 Oct 2022 19:28:41 -0400 Subject: [PATCH] Filtered history and logbook integrations --- configuration.yaml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 8713faa..b7bc04b 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -85,4 +85,26 @@ influxdb: - script - zone entity_globs: - - sensor.*battery* \ No newline at end of file + - sensor.*battery* + +history: + exclude: + domains: + - automation + - updater + entities: + - sensor.last_boot + - sensor.date + - sensor.date_time + - sensor.time_date + - sensor.time + - sensor.time_utc + +logbook: + include: + domains: + - alarm_control_panel + - light + entity_globs: + - binary_sensor.*_motion + - binary_sensor.*_occupancy \ No newline at end of file