From 09df6f27679de8cad8b678dde0ae3e40b75684d5 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Tue, 20 Aug 2019 21:05:30 -0700 Subject: [PATCH 1/2] Update docs for new alarmdecoder keypress feature --- source/_components/alarmdecoder.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown index b550ca858d57..765de6812c30 100644 --- a/source/_components/alarmdecoder.markdown +++ b/source/_components/alarmdecoder.markdown @@ -138,6 +138,7 @@ The Alarm Decoder integration gives you access to several services for you to co - `alarm_arm_home`: Arms the alarm in stay mode; faults to the doors or windows will trigger the alarm. - `alarm_arm_night`: Arms the alarm in instant mode; all faults will trigger the alarm. Additionally, the entry delay is turned off on the doors. - `alarm_disarm`: Disarms the alarm from any state. Also clears a `check_zone` flag after an alarm was triggered. +- `alarmdecoder_alarm_keypress`: Sends a string of characters to the alarm, as if you had touched those keys on a keypad. - `alarmdecoder_alarm_toggle_chime`: Toggles the alarm's chime state.
From 7056a833cb670deaf0853de0c9593a8f50941587 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Sun, 25 Aug 2019 18:02:29 -0700 Subject: [PATCH 2/2] Update service name after feedback on the parent PR --- source/_components/alarmdecoder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown index 765de6812c30..b714973fb492 100644 --- a/source/_components/alarmdecoder.markdown +++ b/source/_components/alarmdecoder.markdown @@ -138,7 +138,7 @@ The Alarm Decoder integration gives you access to several services for you to co - `alarm_arm_home`: Arms the alarm in stay mode; faults to the doors or windows will trigger the alarm. - `alarm_arm_night`: Arms the alarm in instant mode; all faults will trigger the alarm. Additionally, the entry delay is turned off on the doors. - `alarm_disarm`: Disarms the alarm from any state. Also clears a `check_zone` flag after an alarm was triggered. -- `alarmdecoder_alarm_keypress`: Sends a string of characters to the alarm, as if you had touched those keys on a keypad. +- `alarmdecoder.alarm_keypress`: Sends a string of characters to the alarm, as if you had touched those keys on a keypad. - `alarmdecoder_alarm_toggle_chime`: Toggles the alarm's chime state.