mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Add arm night for alarm decoder (#21488)
This commit is contained in:
parent
27a780dcc9
commit
bfc6f51b25
@ -131,6 +131,11 @@ class AlarmDecoderAlarmPanel(alarm.AlarmControlPanel):
|
|||||||
if code:
|
if code:
|
||||||
self.hass.data[DATA_AD].send("{!s}3".format(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):
|
def alarm_toggle_chime(self, code=None):
|
||||||
"""Send toggle chime command."""
|
"""Send toggle chime command."""
|
||||||
if code:
|
if code:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user