Import blink in the executor to avoid blocking the event loop (#111772)

fixes #111771
This commit is contained in:
J. Nick Koston
2024-02-28 23:26:13 -05:00
committed by Paulus Schoutsen
parent 4a66727bff
commit 7ff6627e07
@@ -18,6 +18,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/blink",
"import_executor": true,
"iot_class": "cloud_polling",
"loggers": ["blinkpy"],
"requirements": ["blinkpy==0.22.6"]