From 22ad55ca33f91183cc07c9e6442ef910c50566fd Mon Sep 17 00:00:00 2001 From: On Freund Date: Mon, 31 Aug 2020 21:18:06 +0300 Subject: [PATCH] Document Risco Zone services (#14359) Co-authored-by: Franck Nijhof --- source/_integrations/risco.markdown | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/_integrations/risco.markdown b/source/_integrations/risco.markdown index b9d08823711..bc4e2069703 100644 --- a/source/_integrations/risco.markdown +++ b/source/_integrations/risco.markdown @@ -65,7 +65,29 @@ And in the reverse direction: | Arm Away | Arm | | Arm Home | Partial Arm | -Currently supported plaforms: +## Services + +### Service `risco.bypass_zone` + +This service marks a zone as bypassed so that the alarm isn't triggered when the zone is triggered. + +Note you can only bypass a zone when the partitions it belongs to are disarmed, and it will take effect next time you arm. + +Risco automatically un-bypasses the zone after the alarm is disarmed again. + +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings of entity_ids of zones. Use entity_id: all to target all zones. | + +### Service `risco.unbypass_zone` + +This undoes a zone bypass. You can only unbypass a zone when the partitions it belongs to are disarmed. + +| Service Data Attribute | Required | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | String or list of strings of entity_ids of zones. Use entity_id: all to target all zones. | + +## Supported Plaforms: - [Alarm Control Panel](/integrations/alarm_control_panel/) - [Binary Sensor](/integrations/binary_sensor/)