mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Import xbox in the executor to avoid blocking the event loop (#111625)
`Component xbox import took 0.326 seconds (loaded_executor=False) `
This commit is contained in:
parent
08497db358
commit
7fbd10019a
@ -5,6 +5,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["auth", "application_credentials"],
|
"dependencies": ["auth", "application_credentials"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/xbox",
|
"documentation": "https://www.home-assistant.io/integrations/xbox",
|
||||||
|
"import_executor": true,
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["xbox-webapi==2.0.11"]
|
"requirements": ["xbox-webapi==2.0.11"]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user