Wink hub sensor (#4704)

This commit is contained in:
William Scanlon 2016-12-04 00:39:48 -05:00 committed by Paulus Schoutsen
parent 776e53a7f0
commit ca63e44227
3 changed files with 26 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-wink==0.10.1', 'pubnubsub-handler==0.0.5']
REQUIREMENTS = ['python-wink==0.11.0', 'pubnubsub-handler==0.0.5']
_LOGGER = logging.getLogger(__name__)