mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
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
This commit is contained in:
parent
dd1ad71166
commit
0ff2106589
@ -3,6 +3,7 @@
|
|||||||
"name": "SNMP",
|
"name": "SNMP",
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/snmp",
|
"documentation": "https://www.home-assistant.io/integrations/snmp",
|
||||||
|
"import_executor": true,
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyasn1", "pysmi", "pysnmp"],
|
"loggers": ["pyasn1", "pysmi", "pysnmp"],
|
||||||
"requirements": ["pysnmp-lextudio==6.0.2"]
|
"requirements": ["pysnmp-lextudio==6.0.2"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user