Fix home/stay in concord232 (#7789)

pull/7628/head^2
CTLS 2017-05-28 05:06:18 -05:00 committed by Martin Hjelmare
parent 7fb5488058
commit 10367eb250
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class Concord232Alarm(alarm.AlarmControlPanel):
def alarm_arm_home(self, code=None):
"""Send arm home command."""
self._alarm.arm('home')
self._alarm.arm('stay')
def alarm_arm_away(self, code=None):
"""Send arm away command."""