Update pynetgear to 0.5.1 (#18238)
This commit is contained in:
parent
d951ed4d68
commit
6f568d1cf6
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue