From 10a1a450a34c1d6b4c39f4eb188a681d431dfc1a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 28 Feb 2024 13:59:13 -1000 Subject: [PATCH] Import coinbase in the executor to avoid blocking the event loop (#111774) fixes #111773 --- homeassistant/components/coinbase/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/coinbase/manifest.json b/homeassistant/components/coinbase/manifest.json index 515fe9f9abb..dbb40b24fcc 100644 --- a/homeassistant/components/coinbase/manifest.json +++ b/homeassistant/components/coinbase/manifest.json @@ -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"]