Update Wink requirement
This commit is contained in:
parent
191d7b0a50
commit
264310074f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['python-wink==1.0.0', 'pubnubsub-handler==0.0.7']
|
||||
REQUIREMENTS = ['python-wink==1.0.0', 'pubnubsub-handler==1.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue