From 3c8fcaf91235112b0ca93900229749d8c2564af5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 28 Feb 2024 14:01:39 -1000 Subject: [PATCH] Import androidtv_remote in the executor to avoid blocking the event loop (#111776) fixes #111775 --- homeassistant/components/androidtv_remote/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/androidtv_remote/manifest.json b/homeassistant/components/androidtv_remote/manifest.json index f45dee34afe..02197a61681 100644 --- a/homeassistant/components/androidtv_remote/manifest.json +++ b/homeassistant/components/androidtv_remote/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@tronikos", "@Drafteed"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/androidtv_remote", + "import_executor": true, "integration_type": "device", "iot_class": "local_push", "loggers": ["androidtvremote2"],