mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Bump pyHik version to add IO support (#9341)
This commit is contained in:
parent
c44972c2c9
commit
2defb85fb2
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||||||
CONF_SSL, EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START,
|
CONF_SSL, EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START,
|
||||||
ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
|
ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhik==0.1.3']
|
REQUIREMENTS = ['pyhik==0.1.4']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_IGNORED = 'ignored'
|
CONF_IGNORED = 'ignored'
|
||||||
@ -47,6 +47,7 @@ DEVICE_CLASS_MAP = {
|
|||||||
'PIR Alarm': 'motion',
|
'PIR Alarm': 'motion',
|
||||||
'Face Detection': 'motion',
|
'Face Detection': 'motion',
|
||||||
'Scene Change Detection': 'motion',
|
'Scene Change Detection': 'motion',
|
||||||
|
'I/O': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOMIZE_SCHEMA = vol.Schema({
|
CUSTOMIZE_SCHEMA = vol.Schema({
|
||||||
|
@ -609,7 +609,7 @@ pyfttt==0.3
|
|||||||
pyharmony==1.0.16
|
pyharmony==1.0.16
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.hikvision
|
# homeassistant.components.binary_sensor.hikvision
|
||||||
pyhik==0.1.3
|
pyhik==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.30
|
pyhomematic==0.1.30
|
||||||
|
Loading…
x
Reference in New Issue
Block a user