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"]