Import ssdp in the executor to avoid blocking the event loop (#111593)

`2024-02-26 21:37:59.325 DEBUG (MainThread) [homeassistant.loader] Component ssdp import took 1.179 seconds (loaded_executor=False)`
This commit is contained in:
J. Nick Koston 2024-02-26 18:58:34 -10:00 committed by GitHub
parent f08122084b
commit 4579de6eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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