Bump pyHik library version to support more cameras (#6921)

pull/6922/head
John Mihalic 2017-04-04 00:54:33 -04:00 committed by Pascal Vizeli
parent 06e1c21b1f
commit 4c7ec4932c
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.const import (
CONF_SSL, EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START,
ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
REQUIREMENTS = ['pyhik==0.1.1']
REQUIREMENTS = ['pyhik==0.1.2']
_LOGGER = logging.getLogger(__name__)
CONF_IGNORED = 'ignored'

View File

@ -524,7 +524,7 @@ pygatt==3.0.0
pyharmony==1.0.12
# homeassistant.components.binary_sensor.hikvision
pyhik==0.1.1
pyhik==0.1.2
# homeassistant.components.homematic
pyhomematic==0.1.24