Upgrade pynuki to 1.5.2 (#62866)
This commit is contained in:
parent
274c9c079e
commit
00e7421e3a
5 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
"""Doorsensor Support for the Nuki Lock."""
|
||||
from pynuki import STATE_DOORSENSOR_OPENED
|
||||
|
||||
from pynuki.constants import STATE_DOORSENSOR_OPENED
|
||||
|
||||
from homeassistant.components.binary_sensor import (
|
||||
BinarySensorDeviceClass,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""Nuki.io lock platform."""
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
from pynuki import MODE_OPENER_CONTINUOUS
|
||||
from pynuki.constants import MODE_OPENER_CONTINUOUS
|
||||
import voluptuous as vol
|
||||
|
||||
from homeassistant.components.lock import SUPPORT_OPEN, LockEntity
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "nuki",
|
||||
"name": "Nuki",
|
||||
"documentation": "https://www.home-assistant.io/integrations/nuki",
|
||||
"requirements": ["pynuki==1.4.1"],
|
||||
"requirements": ["pynuki==1.5.2"],
|
||||
"codeowners": ["@pschmitt", "@pvizeli", "@pree"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
|
|
@ -1687,7 +1687,7 @@ pynetio==0.1.9.1
|
|||
pynina==0.1.4
|
||||
|
||||
# homeassistant.components.nuki
|
||||
pynuki==1.4.1
|
||||
pynuki==1.5.2
|
||||
|
||||
# homeassistant.components.nut
|
||||
pynut2==2.1.2
|
||||
|
|
|
@ -1050,7 +1050,7 @@ pynetgear==0.8.0
|
|||
pynina==0.1.4
|
||||
|
||||
# homeassistant.components.nuki
|
||||
pynuki==1.4.1
|
||||
pynuki==1.5.2
|
||||
|
||||
# homeassistant.components.nut
|
||||
pynut2==2.1.2
|
||||
|
|
Loading…
Add table
Reference in a new issue