From 6ea5d5239e96a1b5f5a02ae54a3366d186bf6b1d Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Tue, 31 Mar 2020 20:26:05 +0200 Subject: [PATCH] Added log filters to sun, weather and hacs --- history.yaml | 4 ++++ logbook.yaml | 4 ++++ recorder.yaml | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/history.yaml b/history.yaml index 9fa3cf2e..940b19fc 100644 --- a/history.yaml +++ b/history.yaml @@ -12,6 +12,10 @@ exclude: - sensor.date - sensor.time - sensor.time_date + # Sun + - sun.sun + # Hacs + - sensor.hacs # System - sensor.home_assistant_current_version - sensor.ssl_certificate diff --git a/logbook.yaml b/logbook.yaml index e1822be9..56ada505 100644 --- a/logbook.yaml +++ b/logbook.yaml @@ -12,6 +12,10 @@ exclude: - sensor.date - sensor.time - sensor.time_date + # Sun + - sun.sun + # Hacs + - sensor.hacs # System - sensor.home_assistant_current_version - sensor.ssl_certificate diff --git a/recorder.yaml b/recorder.yaml index 8840e6ae..151dd0cd 100644 --- a/recorder.yaml +++ b/recorder.yaml @@ -14,6 +14,11 @@ exclude: - sensor.date - sensor.time - sensor.time_date + # Sun & Weather + - sun.sun + - sensor.yr_symbol + # Hacs + - sensor.hacs # System - sensor.home_assistant_current_version - sensor.ssl_certificate -- 2.47.3