Skip to content

Commit

Permalink
Update pynetgear to 0.5.2 (home-assistant#19490)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMaul authored and dshokouhi committed Dec 25, 2018
1 parent e221246 commit c24b3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/netgear.py
Expand Up @@ -15,7 +15,7 @@
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, CONF_PORT, CONF_SSL,
CONF_DEVICES, CONF_EXCLUDE)

REQUIREMENTS = ['pynetgear==0.5.1']
REQUIREMENTS = ['pynetgear==0.5.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1095,7 +1095,7 @@ pymysensors==0.18.0
pynello==2.0.2

# homeassistant.components.device_tracker.netgear
pynetgear==0.5.1
pynetgear==0.5.2

# homeassistant.components.switch.netio
pynetio==0.1.9.1
Expand Down

0 comments on commit c24b3b9

Please sign in to comment.