Fix home/stay in concord232 (#7789)
This commit is contained in:
parent
7fb5488058
commit
10367eb250
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Concord232Alarm(alarm.AlarmControlPanel):
|
||||||
|
|
||||||
def alarm_arm_home(self, code=None):
|
def alarm_arm_home(self, code=None):
|
||||||
"""Send arm home command."""
|
"""Send arm home command."""
|
||||||
self._alarm.arm('home')
|
self._alarm.arm('stay')
|
||||||
|
|
||||||
def alarm_arm_away(self, code=None):
|
def alarm_arm_away(self, code=None):
|
||||||
"""Send arm away command."""
|
"""Send arm away command."""
|
||||||
|
|
Loading…
Add table
Reference in a new issue