[lock.nuki] Fix Nuki lock for Python 3.4 and 3.5 (#5899)

This commit is contained in:
Philipp Schmitt 2017-02-12 11:22:55 +01:00 committed by Lewis Juggins
parent a25e394a11
commit 533d28ce40
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pynuki==1.2'] REQUIREMENTS = ['pynuki==1.2.1']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -487,7 +487,7 @@ pynetgear==0.3.3
pynetio==0.1.6 pynetio==0.1.6
# homeassistant.components.lock.nuki # homeassistant.components.lock.nuki
pynuki==1.2 pynuki==1.2.1
# homeassistant.components.sensor.nut # homeassistant.components.sensor.nut
pynut2==2.1.2 pynut2==2.1.2