From a07f6d9d76a4ac08ebd15356342e44a733c0f3af Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 16:51:45 -1000 Subject: [PATCH] Import smtp in the executor to avoid blocking the loop (#112089) This one has no external requirements, but the email imports from stdlib take ~0.6s on a green --- homeassistant/components/smtp/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/smtp/manifest.json b/homeassistant/components/smtp/manifest.json index 0e0bba707ac..f321c17efa5 100644 --- a/homeassistant/components/smtp/manifest.json +++ b/homeassistant/components/smtp/manifest.json @@ -3,5 +3,6 @@ "name": "SMTP", "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/smtp", + "import_executor": true, "iot_class": "cloud_push" }