Add arm night for alarm decoder (#21488)
This commit is contained in:
parent
27a780dcc9
commit
bfc6f51b25
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@ class AlarmDecoderAlarmPanel(alarm.AlarmControlPanel):
|
|||
if code:
|
||||
self.hass.data[DATA_AD].send("{!s}3".format(code))
|
||||
|
||||
def alarm_arm_night(self, code=None):
|
||||
"""Send arm night command."""
|
||||
if code:
|
||||
self.hass.data[DATA_AD].send("{!s}33".format(code))
|
||||
|
||||
def alarm_toggle_chime(self, code=None):
|
||||
"""Send toggle chime command."""
|
||||
if code:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue