From b692f30c33fbca0cc1e9e01b6ef7aca45e3efc0a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 18:30:31 -1000 Subject: [PATCH] Import august in the executor to avoid blocking the event loop (#111595) --- homeassistant/components/august/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/august/manifest.json b/homeassistant/components/august/manifest.json index 83685e6e6a1..ec4eb77605c 100644 --- a/homeassistant/components/august/manifest.json +++ b/homeassistant/components/august/manifest.json @@ -26,6 +26,7 @@ } ], "documentation": "https://www.home-assistant.io/integrations/august", + "import_executor": true, "iot_class": "cloud_push", "loggers": ["pubnub", "yalexs"], "requirements": ["yalexs==1.11.4", "yalexs-ble==2.4.2"]