mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Import thread in the executor to avoid blocking the event loop (#111586)
Import thread in the executor DEBUG (MainThread) [homeassistant.loader] Importing platform thread.config_flow took 2.92s (loaded_executor=False)
This commit is contained in:
parent
7a3f829eac
commit
80ad4f1232
@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["zeroconf"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/thread",
|
||||
"import_executor": true,
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["python-otbr-api==2.6.0", "pyroute2==0.7.5"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user