Import zeroconf in the executor to avoid blocking the event loop (#111591)

This one takes ~0.45s on the green
This commit is contained in:
J. Nick Koston 2024-02-26 18:20:03 -10:00 committed by GitHub
parent f56e4d6a09
commit 40190a2f1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"codeowners": ["@bdraco"],
"dependencies": ["network", "api"],
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"import_executor": true,
"integration_type": "system",
"iot_class": "local_push",
"loggers": ["zeroconf"],