Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night (#32292)

pull/32391/head
AJ Schmidt 2020-03-01 14:25:16 -05:00 committed by GitHub
parent f53c94ed2a
commit 9da5bc9dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class AlarmDecoderAlarmPanel(AlarmControlPanel):
def alarm_arm_night(self, code=None):
"""Send arm night command."""
if code:
self.hass.data[DATA_AD].send(f"{code!s}33")
self.hass.data[DATA_AD].send(f"{code!s}7")
def alarm_toggle_chime(self, code=None):
"""Send toggle chime command."""