From 131068358a89baf0fe79f4c289360889d7ca04af Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 16:55:55 -1000 Subject: [PATCH] Import yeelight in the executor to avoid blocking the event loop (#112080) --- homeassistant/components/yeelight/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index 20f8ed3ed4d..58d2d6991ee 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -14,6 +14,7 @@ "homekit": { "models": ["YL*"] }, + "import_executor": true, "iot_class": "local_push", "loggers": ["async_upnp_client", "yeelight"], "quality_scale": "platinum",