mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night (#32292)
This commit is contained in:
parent
f53c94ed2a
commit
9da5bc9dce
@ -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…
x
Reference in New Issue
Block a user