diff --git a/homeassistant/components/snmp/manifest.json b/homeassistant/components/snmp/manifest.json index d3942ab4a32..aad7f49c962 100644 --- a/homeassistant/components/snmp/manifest.json +++ b/homeassistant/components/snmp/manifest.json @@ -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": [] diff --git a/homeassistant/components/snmp/sensor.py b/homeassistant/components/snmp/sensor.py index b369ec83c58..9ca0444f7bc 100644 --- a/homeassistant/components/snmp/sensor.py +++ b/homeassistant/components/snmp/sensor.py @@ -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) diff --git a/requirements_all.txt b/requirements_all.txt index 4d6e59a6912..7c12a7580d5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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