mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 19:11:42 +02:00
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:
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"dependencies": ["network", "api"],
|
"dependencies": ["network", "api"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
|
||||||
|
"import_executor": true,
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["zeroconf"],
|
"loggers": ["zeroconf"],
|
||||||
|
Reference in New Issue
Block a user