Import shelly in the executor to avoid blocking the event loop (#111623)
`[homeassistant.loader] Component shelly import took 0.396 seconds (loaded_executor=False)`pull/107678/head
parent
55e3eb6160
commit
c78cccf7d2
|
@ -5,6 +5,7 @@
|
|||
"config_flow": true,
|
||||
"dependencies": ["bluetooth", "http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/shelly",
|
||||
"import_executor": true,
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aioshelly"],
|
||||
|
|
Loading…
Reference in New Issue