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)`
pull/111483/head^2
J. Nick Koston 2024-02-27 02:14:27 -10:00 committed by GitHub
parent 5d1b78a29d
commit 4414b468f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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