Update pyHik requirement version (#5040)

pull/5036/merge
John Mihalic 2016-12-22 12:45:05 -05:00 committed by Fabian Affolter
parent 334b3b8636
commit 5e1e5992af
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import (
CONF_HOST, CONF_PORT, CONF_NAME, CONF_USERNAME, CONF_PASSWORD,
CONF_SSL, EVENT_HOMEASSISTANT_STOP, ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
REQUIREMENTS = ['pyhik==0.0.6', 'pydispatcher==2.0.5']
REQUIREMENTS = ['pyhik==0.0.7', 'pydispatcher==2.0.5']
_LOGGER = logging.getLogger(__name__)
CONF_IGNORED = 'ignored'

View File

@ -411,7 +411,7 @@ pyfttt==0.3
pyharmony==1.0.12
# homeassistant.components.binary_sensor.hikvision
pyhik==0.0.6
pyhik==0.0.7
# homeassistant.components.homematic
pyhomematic==0.1.18