From 826009cdc530ad1fcb1282d9df804fe4a0c093e9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 28 Feb 2024 12:39:19 -1000 Subject: [PATCH] Import isy994 in the executor to avoid blocking the event loop (#111766) --- homeassistant/components/isy994/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/isy994/manifest.json b/homeassistant/components/isy994/manifest.json index 3aa81027b4f739..8c9815cd425b40 100644 --- a/homeassistant/components/isy994/manifest.json +++ b/homeassistant/components/isy994/manifest.json @@ -21,6 +21,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/isy994", + "import_executor": true, "integration_type": "hub", "iot_class": "local_push", "loggers": ["pyisy"],