mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Updated pysnmp to 4.3.9 (#8675)
This commit is contained in:
parent
51108b8fe9
commit
0ab0e35d59
@ -16,7 +16,7 @@ from homeassistant.const import CONF_HOST
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['pysnmp==4.3.8']
|
||||
REQUIREMENTS = ['pysnmp==4.3.9']
|
||||
|
||||
CONF_COMMUNITY = 'community'
|
||||
CONF_AUTHKEY = 'authkey'
|
||||
|
@ -15,7 +15,7 @@ from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.const import (
|
||||
CONF_HOST, CONF_NAME, CONF_PORT, CONF_UNIT_OF_MEASUREMENT)
|
||||
|
||||
REQUIREMENTS = ['pysnmp==4.3.8']
|
||||
REQUIREMENTS = ['pysnmp==4.3.9']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -684,7 +684,7 @@ pysma==0.1.3
|
||||
|
||||
# homeassistant.components.device_tracker.snmp
|
||||
# homeassistant.components.sensor.snmp
|
||||
pysnmp==4.3.8
|
||||
pysnmp==4.3.9
|
||||
|
||||
# homeassistant.components.sensor.thinkingcleaner
|
||||
# homeassistant.components.switch.thinkingcleaner
|
||||
|
Loading…
x
Reference in New Issue
Block a user