From ee69a3ea8a05afeb69ef96cd8e5f787a056764d8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 10:14:04 -1000 Subject: [PATCH] Import co2signal in the executor to avoid blocking the event loop (#112058) --- homeassistant/components/co2signal/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/co2signal/manifest.json b/homeassistant/components/co2signal/manifest.json index ff6d5bdb18b..980a3c4e20a 100644 --- a/homeassistant/components/co2signal/manifest.json +++ b/homeassistant/components/co2signal/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@jpbede", "@VIKTORVAV99"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/co2signal", + "import_executor": true, "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["aioelectricitymaps"],