From aaa2d8745f78a8f74db7f19ff6e7dac7981a1770 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 16:59:34 -1000 Subject: [PATCH] Import template in the executor to avoid blocking the event loop (#112070) Importing template has a very long dep tree --- homeassistant/components/template/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/template/manifest.json b/homeassistant/components/template/manifest.json index 4112ca7a73f..89aa9997d89 100644 --- a/homeassistant/components/template/manifest.json +++ b/homeassistant/components/template/manifest.json @@ -5,6 +5,7 @@ "codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/template", + "import_executor": true, "integration_type": "helper", "iot_class": "local_push", "quality_scale": "internal"