From a664f296e253c7c5d2be9dd9a26e3558645944b2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Feb 2024 05:36:22 -1000 Subject: [PATCH] Import upnp in the executor to avoid blocking the event loop (#111808) `2024-02-29 01:23:54.490 DEBUG (MainThread) [homeassistant.loader] Component upnp import took 0.349 seconds (loaded_executor=False) ` --- homeassistant/components/upnp/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/upnp/manifest.json b/homeassistant/components/upnp/manifest.json index edfde84a2ac..e4e94d90430 100644 --- a/homeassistant/components/upnp/manifest.json +++ b/homeassistant/components/upnp/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["network", "ssdp"], "documentation": "https://www.home-assistant.io/integrations/upnp", + "import_executor": true, "integration_type": "device", "iot_class": "local_polling", "loggers": ["async_upnp_client"],