Update nx584.markdown (#13685)

This commit is contained in:
mreiling 2020-06-08 07:23:17 -07:00 committed by GitHub
parent 5db9407ab1
commit e31ba54a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: There is currently support for the following device types within Home Assistant:
- [Alarm](#alarm-control-panel)
- [Binary Sensor](#binary-sensor) - [Binary Sensor](#binary-sensor)
## Configuration ## Alarm Control Panel
To enable this, add the following lines to your `configuration.yaml`: To enable this, add the following lines to your `configuration.yaml`:
@ -109,3 +110,23 @@ binary_sensor:
4: motion 4: motion
6: moisture 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.