Revert #20611: code in Abode alarm panel (#20629)

pull/20651/head
Alok Saboo 2019-01-31 15:24:52 -05:00 committed by Martin Hjelmare
parent d7b61f7ff6
commit c63a37d0ad
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ class AbodeAlarm(AbodeDevice, alarm.AlarmControlPanel):
state = None
return state
@property
def code_format(self):
"""Return one or more digits/characters."""
return alarm.FORMAT_NUMBER
def alarm_disarm(self, code=None):
"""Send disarm command."""
self._device.set_standby()