Skip to content

Commit

Permalink
Updated Yale Smart Alarm platform to new Yale API (#18990)
Browse files Browse the repository at this point in the history
* Updated Yale Smart Alarm platform to use Yale's new API which replaces the deprecated version. Bumped yalesmartalarmclient to v0.1.5.

* Update requirements
  • Loading branch information
domwillcode authored and fabaff committed Dec 4, 2018
1 parent f3d7cc6 commit d8a7e9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
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'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8a7e9d

Please sign in to comment.