From faee9d996d13b5026ff6a889ea746e0e5162ac83 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 3 Mar 2024 07:21:55 -1000 Subject: [PATCH] Import steamist in the executor to avoid blocking the loop (#112111) --- homeassistant/components/steamist/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/steamist/manifest.json b/homeassistant/components/steamist/manifest.json index 91ebc7f6a21..a703ed588bc 100644 --- a/homeassistant/components/steamist/manifest.json +++ b/homeassistant/components/steamist/manifest.json @@ -14,6 +14,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/steamist", + "import_executor": true, "iot_class": "local_polling", "loggers": ["aiosteamist", "discovery30303"], "requirements": ["aiosteamist==0.3.2", "discovery30303==0.2.1"]