From 7fbd10019abb01aaf0d16039f97f66229d3c4d65 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 27 Feb 2024 03:35:33 -1000 Subject: [PATCH] Import xbox in the executor to avoid blocking the event loop (#111625) `Component xbox import took 0.326 seconds (loaded_executor=False) ` --- homeassistant/components/xbox/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/xbox/manifest.json b/homeassistant/components/xbox/manifest.json index 30a6c3bc700..67e53e326ee 100644 --- a/homeassistant/components/xbox/manifest.json +++ b/homeassistant/components/xbox/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["auth", "application_credentials"], "documentation": "https://www.home-assistant.io/integrations/xbox", + "import_executor": true, "iot_class": "cloud_polling", "requirements": ["xbox-webapi==2.0.11"] }