From aa183ed09e2ac4ea8043d948ca6f583b2e1165ca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 29 Feb 2024 05:37:07 -1000 Subject: [PATCH] Import flux_led in the executor to avoid blocking the event loop (#111806) `Component flux_led import took 0.313 seconds (loaded_executor=False)` --- homeassistant/components/flux_led/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index a55ae028342..327ee0f5b4e 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -51,6 +51,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/flux_led", + "import_executor": true, "iot_class": "local_push", "loggers": ["flux_led"], "requirements": ["flux-led==1.0.4"]