Import discovergy in the executor to avoid blocking the event loop (#111824)

This commit is contained in:
Jan-Philipp Benecke
2024-02-29 10:35:34 -05:00
committed by GitHub
parent f59268b2ee
commit 58d966a18f
@@ -4,6 +4,7 @@
"codeowners": ["@jpbede"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/discovergy",
"import_executor": true,
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["pydiscovergy==3.0.0"]