Import coinbase in the executor to avoid blocking the event loop (#111774)
fixes #111773pull/112516/head
parent
7ff6627e07
commit
10a1a450a3
|
@ -4,6 +4,7 @@
|
|||
"codeowners": ["@tombrien"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/coinbase",
|
||||
"import_executor": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["coinbase"],
|
||||
"requirements": ["coinbase==2.1.0"]
|
||||
|
|
Loading…
Reference in New Issue