Fix home/stay in concord232 (#7789)
parent
7fb5488058
commit
10367eb250
|
@ -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."""
|
||||
|
|
Loading…
Reference in New Issue