Import enphase_envoy in the executor to avoid blocking the event loop (#111805)

This commit is contained in:
J. Nick Koston 2024-02-28 22:25:55 -10:00 committed by GitHub
parent cb2c845c04
commit af4771a198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"codeowners": ["@bdraco", "@cgarwood", "@dgomes", "@joostlek", "@catsmanac"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/enphase_envoy",
"import_executor": true,
"iot_class": "local_polling",
"loggers": ["pyenphase"],
"requirements": ["pyenphase==1.19.1"],