Fix nello.io login (#9251)

This commit is contained in:
Philipp Schmitt 2017-09-01 12:02:22 +02:00 committed by Pascal Vizeli
parent 4cd5173ac8
commit 713f7fa2a1
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.components.lock import (LockDevice, PLATFORM_SCHEMA)
from homeassistant.const import (CONF_PASSWORD, CONF_USERNAME)
REQUIREMENTS = ['pynello==1.5']
REQUIREMENTS = ['pynello==1.5.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -667,7 +667,7 @@ pymyq==0.0.8
pymysensors==0.11.1
# homeassistant.components.lock.nello
pynello==1.5
pynello==1.5.1
# homeassistant.components.device_tracker.netgear
pynetgear==0.3.3