From e31ba54a28ac246617569c700a1d44dc0c2ccb82 Mon Sep 17 00:00:00 2001 From: mreiling <45905227+mreiling@users.noreply.github.com> Date: Mon, 8 Jun 2020 07:23:17 -0700 Subject: [PATCH] Update nx584.markdown (#13685) --- source/_integrations/nx584.markdown | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/source/_integrations/nx584.markdown b/source/_integrations/nx584.markdown index 83e28e2fdac..272819b4c94 100644 --- a/source/_integrations/nx584.markdown +++ b/source/_integrations/nx584.markdown @@ -14,9 +14,10 @@ The `nx584` platform provides integration with GE, Caddx, Interlogix (and other There is currently support for the following device types within Home Assistant: +- [Alarm](#alarm-control-panel) - [Binary Sensor](#binary-sensor) -## Configuration +## Alarm Control Panel To enable this, add the following lines to your `configuration.yaml`: @@ -109,3 +110,23 @@ binary_sensor: 4: motion 6: moisture ``` + +## Services + +### Service `bypass_zone` + +This service will bypass a given zone. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | entity_id of the NX584 Alarm. +| `zone` | no | Zone number you want to bypass. + +### Service `unbypass_zone` + +This service will unbypass a given zone. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | yes | entity_id of the NX584 Alarm. +| `zone` | no | Zone number you want to unbypass.