From e742951993f7e9180bf662bfa9521f2b6fef701b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Feb 2024 10:59:51 -1000 Subject: [PATCH] Import radio_browser in the executor to avoid blocking the event loop (#111519) was not added to the original PR to contain scope identified at: https://github.com/home-assistant/core/pull/111336#issuecomment-1963062529 --- homeassistant/components/radio_browser/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/radio_browser/manifest.json b/homeassistant/components/radio_browser/manifest.json index 3aa94e0d402..e8e03fd1828 100644 --- a/homeassistant/components/radio_browser/manifest.json +++ b/homeassistant/components/radio_browser/manifest.json @@ -4,6 +4,7 @@ "codeowners": ["@frenck"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/radio_browser", + "import_executor": true, "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["radios==0.2.0"]