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.