From 35a3573bd25d5a4bf218c53644f9d1a629474791 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 18:30:21 -1000 Subject: [PATCH] Import spotify in the executor to avoid blocking the event loop (#111594) --- homeassistant/components/spotify/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/spotify/manifest.json b/homeassistant/components/spotify/manifest.json index 84f2bc102e3..94475794fdf 100644 --- a/homeassistant/components/spotify/manifest.json +++ b/homeassistant/components/spotify/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/spotify", + "import_executor": true, "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["spotipy"],