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 13:59:26 -10:00 committed by GitHub
parent bd07b654d5
commit 73f283435d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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