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

This commit is contained in:
Jan-Philipp Benecke 2024-02-29 16:35:34 +01:00 committed by GitHub
parent f59268b2ee
commit 58d966a18f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]