From 80ff777f22b80885dbacc48472caf2f2fce92b5d Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 6 May 2023 17:22:03 -0400 Subject: [PATCH] Exclude spammy sensor from logbook --- configuration.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 5b4ac41..dc8b776 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -255,4 +255,6 @@ logbook: domains: - media_player entity_globs: - - light.*screen* \ No newline at end of file + - light.*screen* + entities: + - binary_sensor.living_room_motion \ No newline at end of file