Upgrade pysnmp to 4.4.12 (#28428)

This commit is contained in:
Fabian Affolter 2019-11-01 14:28:39 +01:00 committed by Pascal Vizeli
parent 6f24d2bb3b
commit 07337badcd
3 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "Snmp",
"documentation": "https://www.home-assistant.io/integrations/snmp",
"requirements": [
"pysnmp==4.4.11"
"pysnmp==4.4.12"
],
"dependencies": [],
"codeowners": []

View File

@ -81,7 +81,6 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
"""Set up the SNMP sensor."""
name = config.get(CONF_NAME)
host = config.get(CONF_HOST)
port = config.get(CONF_PORT)

View File

@ -1462,7 +1462,7 @@ pysmartthings==0.6.9
pysmarty==0.8
# homeassistant.components.snmp
pysnmp==4.4.11
pysnmp==4.4.12
# homeassistant.components.soma
pysoma==0.0.10