From e2cc7593ec827e574672fc9f0105df65e004b81c Mon Sep 17 00:00:00 2001 From: mattsaxon Date: Sun, 8 May 2022 12:42:58 +0100 Subject: [PATCH] Fix --- custom_components/jablotron80/jablotron.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/jablotron80/jablotron.py b/custom_components/jablotron80/jablotron.py index ba627fd..efa57e1 100644 --- a/custom_components/jablotron80/jablotron.py +++ b/custom_components/jablotron80/jablotron.py @@ -1442,13 +1442,13 @@ def __init__(self, hass: HomeAssistant, config: Dict[str, Any], options: Dict[s expected_warning_level = logging.DEBUG else: expected_warning_level = logging.WARN - except KeyError: + except: pass global verbose_connection_logging try: verbose_connection_logging = options[CONFIGURATION_VERBOSE_CONNECTION_LOGGING] - except KeyError: + except: pass async def initialize(self) -> None: