Upgrade pysnmp to 4.4.12 (#28428)
This commit is contained in:
parent
6f24d2bb3b
commit
07337badcd
3 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue