From 0ff210658962ee7f7bad12a4760044bacdec592d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 2 Mar 2024 12:19:09 -1000 Subject: [PATCH] Import snmp in the executor to avoid blocking the event loop (#112065) Do not mark for backport to 2024.3 as we are no longer backporting new ones --- homeassistant/components/snmp/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/snmp/manifest.json b/homeassistant/components/snmp/manifest.json index dd9a2f5270a..beacf55dda9 100644 --- a/homeassistant/components/snmp/manifest.json +++ b/homeassistant/components/snmp/manifest.json @@ -3,6 +3,7 @@ "name": "SNMP", "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/snmp", + "import_executor": true, "iot_class": "local_polling", "loggers": ["pyasn1", "pysmi", "pysnmp"], "requirements": ["pysnmp-lextudio==6.0.2"]