Import nexia in the executor to avoid blocking the event loop (#111694)

2024-02-27 22:54:18.638 DEBUG (MainThread) [homeassistant.loader] Importing platform nexia.config_flow took 1.84s (loaded_executor=False)
This commit is contained in:
J. Nick Koston 2024-02-28 04:37:10 -10:00 committed by GitHub
parent f71343a3ba
commit 9b9700c75f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/nexia",
"import_executor": true,
"iot_class": "cloud_polling",
"loggers": ["nexia"],
"requirements": ["nexia==2.0.8"]