parent
43322bc3d9
commit
d4efdcb78c
|
@ -9,7 +9,7 @@
|
|||
"iot_class": "local_polling",
|
||||
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["brother==4.3.0"],
|
||||
"requirements": ["brother==4.3.1"],
|
||||
"zeroconf": [
|
||||
{
|
||||
"type": "_printer._tcp.local.",
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/snmp",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyasn1", "pysmi", "pysnmp"],
|
||||
"requirements": ["pysnmp==6.2.5"]
|
||||
"requirements": ["pysnmp==6.2.6"]
|
||||
}
|
||||
|
|
|
@ -186,9 +186,3 @@ tuf>=4.0.0
|
|||
|
||||
# https://github.com/jd/tenacity/issues/471
|
||||
tenacity!=8.4.0
|
||||
|
||||
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||
# and tests that import it directly
|
||||
# https://github.com/pyasn1/pyasn1/pull/60
|
||||
# https://github.com/lextudio/pysnmp/issues/114
|
||||
pyasn1==0.6.0
|
||||
|
|
|
@ -634,7 +634,7 @@ bring-api==0.8.1
|
|||
broadlink==0.19.0
|
||||
|
||||
# homeassistant.components.brother
|
||||
brother==4.3.0
|
||||
brother==4.3.1
|
||||
|
||||
# homeassistant.components.brottsplatskartan
|
||||
brottsplatskartan==1.0.5
|
||||
|
@ -2244,7 +2244,7 @@ pysml==0.0.12
|
|||
pysmlight==0.1.1
|
||||
|
||||
# homeassistant.components.snmp
|
||||
pysnmp==6.2.5
|
||||
pysnmp==6.2.6
|
||||
|
||||
# homeassistant.components.snooz
|
||||
pysnooz==0.8.6
|
||||
|
|
|
@ -554,7 +554,7 @@ bring-api==0.8.1
|
|||
broadlink==0.19.0
|
||||
|
||||
# homeassistant.components.brother
|
||||
brother==4.3.0
|
||||
brother==4.3.1
|
||||
|
||||
# homeassistant.components.brottsplatskartan
|
||||
brottsplatskartan==1.0.5
|
||||
|
@ -1798,7 +1798,7 @@ pysml==0.0.12
|
|||
pysmlight==0.1.1
|
||||
|
||||
# homeassistant.components.snmp
|
||||
pysnmp==6.2.5
|
||||
pysnmp==6.2.6
|
||||
|
||||
# homeassistant.components.snooz
|
||||
pysnooz==0.8.6
|
||||
|
|
|
@ -205,12 +205,6 @@ tuf>=4.0.0
|
|||
|
||||
# https://github.com/jd/tenacity/issues/471
|
||||
tenacity!=8.4.0
|
||||
|
||||
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||
# and tests that import it directly
|
||||
# https://github.com/pyasn1/pyasn1/pull/60
|
||||
# https://github.com/lextudio/pysnmp/issues/114
|
||||
pyasn1==0.6.0
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
|
Loading…
Reference in New Issue