From 0a462071c8dd16e3dd6a9a208b2f56291fabc27b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 3 Mar 2024 07:48:28 -1000 Subject: [PATCH] Import screenlogic in the executor to avoid blocking the loop (#112097) --- homeassistant/components/screenlogic/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/screenlogic/manifest.json b/homeassistant/components/screenlogic/manifest.json index 434b8921bc2..6e720db29bc 100644 --- a/homeassistant/components/screenlogic/manifest.json +++ b/homeassistant/components/screenlogic/manifest.json @@ -13,6 +13,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/screenlogic", + "import_executor": true, "iot_class": "local_push", "loggers": ["screenlogicpy"], "requirements": ["screenlogicpy==0.10.0"]