From 456eb2ab8ca6753911797e69dc85c46f3377dc40 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Fri, 21 Aug 2020 23:36:06 -0400 Subject: [PATCH] removing database for a bit...weird issue after rpi4 migration --- config/packages/database.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/database.yaml b/config/packages/database.yaml index 25f586e..07e9237 100755 --- a/config/packages/database.yaml +++ b/config/packages/database.yaml @@ -6,7 +6,7 @@ ############################################################################### recorder: - db_url: !secret database + #db_url: !secret database purge_keep_days: 2 exclude: domains: @@ -27,7 +27,7 @@ logbook: # Lets try to make the logs less chatty and more fine tuned. logger: - default: critical + default: error logs: homeassistant.core: warning homeassistant.components.recorder: error # to spot db issues