Skip to content

Commit

Permalink
Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 authored Mar 1, 2020
1 parent f53c94e commit 9da5bc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def alarm_arm_home(self, code=None):
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."""
Expand Down

0 comments on commit 9da5bc9

Please sign in to comment.