Update pyHik requirement version (#5040)
This commit is contained in:
parent
334b3b8636
commit
5e1e5992af
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.const import (
|
||||||
CONF_HOST, CONF_PORT, CONF_NAME, CONF_USERNAME, CONF_PASSWORD,
|
CONF_HOST, CONF_PORT, CONF_NAME, CONF_USERNAME, CONF_PASSWORD,
|
||||||
CONF_SSL, EVENT_HOMEASSISTANT_STOP, ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
|
CONF_SSL, EVENT_HOMEASSISTANT_STOP, ATTR_LAST_TRIP_TIME, CONF_CUSTOMIZE)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhik==0.0.6', 'pydispatcher==2.0.5']
|
REQUIREMENTS = ['pyhik==0.0.7', 'pydispatcher==2.0.5']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_IGNORED = 'ignored'
|
CONF_IGNORED = 'ignored'
|
||||||
|
|
|
@ -411,7 +411,7 @@ pyfttt==0.3
|
||||||
pyharmony==1.0.12
|
pyharmony==1.0.12
|
||||||
|
|
||||||
# homeassistant.components.binary_sensor.hikvision
|
# homeassistant.components.binary_sensor.hikvision
|
||||||
pyhik==0.0.6
|
pyhik==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.18
|
pyhomematic==0.1.18
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue