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

This commit is contained in:
AJ Schmidt
2020-03-01 14:25:16 -05:00
committed by GitHub
parent f53c94ed2a
commit 9da5bc9dce

View File

@@ -177,7 +177,7 @@ class AlarmDecoderAlarmPanel(AlarmControlPanel):
def alarm_arm_night(self, code=None): def alarm_arm_night(self, code=None):
"""Send arm night command.""" """Send arm night command."""
if code: 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): def alarm_toggle_chime(self, code=None):
"""Send toggle chime command.""" """Send toggle chime command."""