From 40190a2f1feb7ca4c10857a9d267c791875b337e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 18:20:03 -1000 Subject: [PATCH] Import zeroconf in the executor to avoid blocking the event loop (#111591) This one takes ~0.45s on the green --- homeassistant/components/zeroconf/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index aecc88968f3..f7ca2eeeed0 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@bdraco"], "dependencies": ["network", "api"], "documentation": "https://www.home-assistant.io/integrations/zeroconf", + "import_executor": true, "integration_type": "system", "iot_class": "local_push", "loggers": ["zeroconf"],