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

@ -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)