mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update yale smart alarm client to v0.1.6 (#19495)
This commit is contained in:
parent
7c5ac88aae
commit
f0e187e306
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||||||
STATE_ALARM_ARMED_AWAY, STATE_ALARM_ARMED_HOME, STATE_ALARM_DISARMED)
|
STATE_ALARM_ARMED_AWAY, STATE_ALARM_ARMED_HOME, STATE_ALARM_DISARMED)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['yalesmartalarmclient==0.1.5']
|
REQUIREMENTS = ['yalesmartalarmclient==0.1.6']
|
||||||
|
|
||||||
CONF_AREA_ID = 'area_id'
|
CONF_AREA_ID = 'area_id'
|
||||||
|
|
||||||
|
@ -1691,7 +1691,7 @@ xmltodict==0.11.0
|
|||||||
yahooweather==0.10
|
yahooweather==0.10
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.yale_smart_alarm
|
# homeassistant.components.alarm_control_panel.yale_smart_alarm
|
||||||
yalesmartalarmclient==0.1.5
|
yalesmartalarmclient==0.1.6
|
||||||
|
|
||||||
# homeassistant.components.light.yeelight
|
# homeassistant.components.light.yeelight
|
||||||
yeelight==0.4.3
|
yeelight==0.4.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user