1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00

Add arm night for alarm decoder (#21488)

This commit is contained in:
koolsb 2019-02-28 05:45:17 -06:00 committed by Fabian Affolter
parent 27a780dcc9
commit bfc6f51b25

View File

@ -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: