mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
[lock.nuki] Fix Nuki lock for Python 3.4 and 3.5 (#5899)
This commit is contained in:
committed by
Lewis Juggins
parent
a25e394a11
commit
533d28ce40
@@ -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__)
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user