mirror of
https://github.com/home-assistant/core.git
synced 2025-05-05 14:39:16 +00:00
Updated Yale Smart Alarm platform to new Yale API (#18990)
* Updated Yale Smart Alarm platform to use Yale's new API which replaces the deprecated version. Bumped yalesmartalarmclient to v0.1.5. * Update requirements
This commit is contained in:
parent
f3d7cc66e5
commit
d8a7e9ded8
@ -15,7 +15,7 @@ from homeassistant.const import (
|
||||
STATE_ALARM_ARMED_AWAY, STATE_ALARM_ARMED_HOME, STATE_ALARM_DISARMED)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['yalesmartalarmclient==0.1.4']
|
||||
REQUIREMENTS = ['yalesmartalarmclient==0.1.5']
|
||||
|
||||
CONF_AREA_ID = 'area_id'
|
||||
|
||||
|
@ -1652,7 +1652,7 @@ xmltodict==0.11.0
|
||||
yahooweather==0.10
|
||||
|
||||
# homeassistant.components.alarm_control_panel.yale_smart_alarm
|
||||
yalesmartalarmclient==0.1.4
|
||||
yalesmartalarmclient==0.1.5
|
||||
|
||||
# homeassistant.components.light.yeelight
|
||||
yeelight==0.4.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user