From fe47d32415d1e0d0e738c1d2ef0525485898cda6 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 26 Jan 2025 22:52:08 -0600 Subject: [PATCH] whitespace --- appdaemon/plugins/hass/hassplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdaemon/plugins/hass/hassplugin.py b/appdaemon/plugins/hass/hassplugin.py index ec5433478..ba98ebb5e 100644 --- a/appdaemon/plugins/hass/hassplugin.py +++ b/appdaemon/plugins/hass/hassplugin.py @@ -221,7 +221,7 @@ async def receive_result(self, resp: dict): silent = self._silent_results.pop(resp["id"], False) or \ self.AD.config.suppress_log_messages - + if not silent: match resp["success"]: case True: