Import usb in the executor to avoid blocking the event loop (#111592)
`2024-02-26 21:38:00.091 DEBUG (MainThread) [homeassistant.loader] Component usb import took 0.753 seconds (loaded_executor=False)`
This commit is contained in:
parent
145ce183d0
commit
f984cca49b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
"codeowners": ["@bdraco"],
|
||||
"dependencies": ["websocket_api"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/usb",
|
||||
"import_executor": true,
|
||||
"integration_type": "system",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue