Skip to content

Commit

Permalink
Bump pynuki to 1.3.2 (#20173)
Browse files Browse the repository at this point in the history
  • Loading branch information
damarco authored and balloob committed Jan 17, 2019
1 parent 84a2e5d commit 06440bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/lock/nuki.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.service import extract_entity_ids

REQUIREMENTS = ['pynuki==1.3.1']
REQUIREMENTS = ['pynuki==1.3.2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ pynetgear==0.5.2
pynetio==0.1.9.1

# homeassistant.components.lock.nuki
pynuki==1.3.1
pynuki==1.3.2

# homeassistant.components.sensor.nut
pynut2==2.1.2
Expand Down

0 comments on commit 06440bf

Please sign in to comment.