Fix nello.io login (#9251)
This commit is contained in:
parent
4cd5173ac8
commit
713f7fa2a1
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue