From 2e72549d1b89bba212403981071af88e93bec845 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 7 Jun 2020 13:57:55 -0400 Subject: [PATCH] Inspired by https://github.com/jcallaghan/home-assistant-config/issues/80 , opened up the LogBook recording more of All automations and Scripts. pLAN IS TO PAIR THEM DOWN AS NECESSARY. #765 --- config/logger.yaml | 2 +- config/recorder.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/logger.yaml b/config/logger.yaml index 69b4e001..0234bab8 100755 --- a/config/logger.yaml +++ b/config/logger.yaml @@ -11,7 +11,7 @@ logs: aiohttp.access: critical aiohttp.server: critical homeassistant.core: error - homeassistant.components.automation: info + homeassistant.components.automation: warn homeassistant.components.binary_sensor: error homeassistant.components.climate.nest: warn homeassistant.components.device_tracker: error diff --git a/config/recorder.yaml b/config/recorder.yaml index 52e9023e..5df0f734 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -9,11 +9,11 @@ include: exclude: domains: - updater - - automation +# - automation - device_tracker - group - scene - - script +# - script entities: - binary_sensor.camera1_motion_sensor - binary_sensor.camera2_motion_sensor