Import blink in the executor to avoid blocking the event loop (#111772)
fixes #111771
This commit is contained in:
parent
bd07b654d5
commit
73f283435d
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue