mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update nx584.markdown (#13685)
This commit is contained in:
parent
5db9407ab1
commit
e31ba54a28
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user