Update pyHik to catch XML errors (#8384)

This commit is contained in:
John Mihalic 2017-07-07 00:23:47 -04:00 committed by Paulus Schoutsen
parent fa4aa2244e
commit da37380410
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.2']
REQUIREMENTS = ['pyhik==0.1.3']
_LOGGER = logging.getLogger(__name__)
CONF_IGNORED = 'ignored'

View File

@ -570,7 +570,7 @@ pygatt==3.1.1
pyharmony==1.0.16
# homeassistant.components.binary_sensor.hikvision
pyhik==0.1.2
pyhik==0.1.3
# homeassistant.components.homematic
pyhomematic==0.1.28