Bump pyHik library to 0.1.9 to improve device support. (#19656)

This commit is contained in:
John Mihalic 2018-12-30 04:13:49 -05:00 committed by Fabian Affolter
parent faeee4f7ad
commit cc8b811572
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.8']
REQUIREMENTS = ['pyhik==0.1.9']
_LOGGER = logging.getLogger(__name__)
CONF_IGNORED = 'ignored'

View file

@ -1010,7 +1010,7 @@ pygtt==1.1.2
pyhaversion==2.0.3
# homeassistant.components.binary_sensor.hikvision
pyhik==0.1.8
pyhik==0.1.9
# homeassistant.components.hive
pyhiveapi==0.2.14