Bump pyHik version to add IO support (#9341)

This commit is contained in:
John Mihalic 2017-09-09 03:06:06 -04:00 committed by Paulus Schoutsen
parent c44972c2c9
commit 2defb85fb2
2 changed files with 3 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.3']
REQUIREMENTS = ['pyhik==0.1.4']
_LOGGER = logging.getLogger(__name__)
CONF_IGNORED = 'ignored'
@ -47,6 +47,7 @@ DEVICE_CLASS_MAP = {
'PIR Alarm': 'motion',
'Face Detection': 'motion',
'Scene Change Detection': 'motion',
'I/O': None,
}
CUSTOMIZE_SCHEMA = vol.Schema({

View file

@ -609,7 +609,7 @@ pyfttt==0.3
pyharmony==1.0.16
# homeassistant.components.binary_sensor.hikvision
pyhik==0.1.3
pyhik==0.1.4
# homeassistant.components.homematic
pyhomematic==0.1.30