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
J. Nick Koston 2024-02-27 03:35:57 -10:00 committed by GitHub
parent 55e3eb6160
commit c78cccf7d2
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": ["bluetooth", "http"],
"documentation": "https://www.home-assistant.io/integrations/shelly",
"import_executor": true,
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["aioshelly"],