Update pynetgear to 0.5.1 (#18238)

This commit is contained in:
Mikko Tapionlinna 2018-11-06 02:00:46 +02:00 committed by Charles Garwood
parent d951ed4d68
commit 6f568d1cf6
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, CONF_PORT, CONF_SSL,
CONF_DEVICES, CONF_EXCLUDE)
REQUIREMENTS = ['pynetgear==0.5.0']
REQUIREMENTS = ['pynetgear==0.5.1']
_LOGGER = logging.getLogger(__name__)

View file

@ -1026,7 +1026,7 @@ pymysensors==0.18.0
pynello==1.5.1
# homeassistant.components.device_tracker.netgear
pynetgear==0.5.0
pynetgear==0.5.1
# homeassistant.components.switch.netio
pynetio==0.1.9.1