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

This commit is contained in:
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'