Import spotify in the executor to avoid blocking the event loop (#111594)

This commit is contained in:
J. Nick Koston 2024-02-26 18:30:21 -10:00 committed by GitHub
parent e1dade69e1
commit 35a3573bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],