Bump pyHik version to add IO support (#9341)
This commit is contained in:
parent
c44972c2c9
commit
2defb85fb2
2 changed files with 3 additions and 2 deletions
|
@ -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({
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue