From a027f4b5fce81dc8c6b500fa669c8ba557034f0e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 9 Nov 2020 15:11:57 +0000 Subject: [PATCH] Revert info back to debug --- supervisor/homeassistant/secrets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/homeassistant/secrets.py b/supervisor/homeassistant/secrets.py index 5ae863af4..5214233a8 100644 --- a/supervisor/homeassistant/secrets.py +++ b/supervisor/homeassistant/secrets.py @@ -61,4 +61,4 @@ class HomeAssistantSecrets(CoreSysAttributes): except (YAMLError, AttributeError) as err: _LOGGER.error("Can't process Home Assistant secrets: %s", err) else: - _LOGGER.info("Reloading Home Assistant secrets: %s", len(self.secrets)) + _LOGGER.debug("Reloading Home Assistant secrets: %s", len(self.secrets))