core/homeassistant/components/snmp/manifest.json

11 lines
280 B
JSON

{
"domain": "snmp",
"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"]
}