From: Giorgio Ravera Date: Tue, 31 Mar 2020 18:26:05 +0000 (+0200) Subject: Added log filters to sun, weather and hacs X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=6ea5d5239e96a1b5f5a02ae54a3366d186bf6b1d;p=homeassistant.git Added log filters to sun, weather and hacs --- 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