mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Revert "Upgrade pysnmp to 4.3.2"
This reverts commit 38e6f8fdab39e705c64dc5cbf77c001568e4685d.
This commit is contained in:
parent
369d234bda
commit
fef682b192
@ -18,7 +18,7 @@ from homeassistant.util import Throttle
|
||||
MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
REQUIREMENTS = ['pysnmp==4.3.2']
|
||||
REQUIREMENTS = ['pysnmp==4.2.5']
|
||||
|
||||
CONF_COMMUNITY = "community"
|
||||
CONF_BASEOID = "baseoid"
|
||||
|
@ -183,7 +183,7 @@ pynx584==0.2
|
||||
pyowm==2.3.0
|
||||
|
||||
# homeassistant.components.device_tracker.snmp
|
||||
pysnmp==4.3.2
|
||||
pysnmp==4.2.5
|
||||
|
||||
# homeassistant.components.sensor.forecast
|
||||
python-forecastio==1.3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user