From fd07d83c09667948929cbf6c3db02c637784520b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 10:16:57 -1000 Subject: [PATCH] Import ambient_station in the executor to avoid blocking the event loop (#112053) --- homeassistant/components/ambient_station/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ambient_station/manifest.json b/homeassistant/components/ambient_station/manifest.json index 046ab9f73e9..a656b297a1c 100644 --- a/homeassistant/components/ambient_station/manifest.json +++ b/homeassistant/components/ambient_station/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@bachya"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ambient_station", + "import_executor": true, "integration_type": "hub", "iot_class": "cloud_push", "loggers": ["aioambient"],