Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night (#32292)
This commit is contained in:
parent
f53c94ed2a
commit
9da5bc9dce
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Reference in a new issue