mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump pyHik version, digest auth, more device support (#12801)
This commit is contained in:
parent
4867ed23dc
commit
ed85e368e3
@ -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.4']
|
REQUIREMENTS = ['pyhik==0.1.8']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_IGNORED = 'ignored'
|
CONF_IGNORED = 'ignored'
|
||||||
@ -48,6 +48,9 @@ DEVICE_CLASS_MAP = {
|
|||||||
'Face Detection': 'motion',
|
'Face Detection': 'motion',
|
||||||
'Scene Change Detection': 'motion',
|
'Scene Change Detection': 'motion',
|
||||||
'I/O': None,
|
'I/O': None,
|
||||||
|
'Unattended Baggage': 'motion',
|
||||||
|
'Attended Baggage': 'motion',
|
||||||
|
'Recording Failure': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOMIZE_SCHEMA = vol.Schema({
|
CUSTOMIZE_SCHEMA = vol.Schema({
|
||||||
|
@ -736,7 +736,7 @@ pyfttt==0.3
|
|||||||
pyharmony==1.0.20
|
pyharmony==1.0.20
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.hikvision
|
# homeassistant.components.binary_sensor.hikvision
|
||||||
pyhik==0.1.4
|
pyhik==0.1.8
|
||||||
|
|
||||||
# homeassistant.components.hive
|
# homeassistant.components.hive
|
||||||
pyhiveapi==0.2.11
|
pyhiveapi==0.2.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user