From 0343ec6ba9d13bba9795aff311e874bc2f011e61 Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Tue, 11 Dec 2018 02:35:12 -0800 Subject: [PATCH] Alarmdecoder doc updates for new zone loop parameter (#7513) * Alarmdecoder doc updates for new zone loop parameter * Remove optional parameter from example --- source/_components/alarmdecoder.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown index 268f80b7fce..01d9bfb8053 100644 --- a/source/_components/alarmdecoder.markdown +++ b/source/_components/alarmdecoder.markdown @@ -99,6 +99,10 @@ zones: description: The RF serial-number associated with RF zones. Providing this field allows Home Assistant to associate raw sensor data to a given zone, allowing direct monitoring of the state, battery, and supervision status. required: false type: string + loop: + description: The loop number associated with RF zones (1, 2, 3, or 4). Providing this field allows Home Assistant to read open/closed status from the raw sensor data in addition to from the panel display, meaning it can correctly show a bypassed RF zone as open or closed when the alarm is armed. (This is an alternative to relayaddr/relaychan below for RF zones.) + required: false + type: integer relayaddr: description: "Address of the relay expander board to associate with the zone. (ex: 12, 13, 14, or 15). Typically used in cases where a panel will not send bypassed zones such as motion during an armed home state, the Vista 20P is an example of this. Alarmdecoder can emulate a zone expander board and the panel can be programmed to push zone events to this virtual expander. This allows the bypassed zone binary sensors to be utilized. One example is using bypassed motion sensors at night for motion-based automated lights while the system is armed with the motion sensor bypassed." required: inclusive