mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Import zwave_js in the executor to avoid blocking the event loop (#111622)
`2024-02-27 10:55:54.872 DEBUG (MainThread) [homeassistant.loader] Component zwave_js import took 0.780 seconds (loaded_executor=False)`
This commit is contained in:
parent
5d1b78a29d
commit
4414b468f3
@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http", "repairs", "usb", "websocket_api"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
|
||||
"import_executor": true,
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["zwave_js_server"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user