Document Risco Zone services (#14359)

Co-authored-by: Franck Nijhof <frenck@frenck.dev>
This commit is contained in:
On Freund 2020-08-31 21:18:06 +03:00 committed by GitHub
parent c962e64d7a
commit 22ad55ca33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,29 @@ And in the reverse direction:
| Arm Away | Arm | | Arm Away | Arm |
| Arm Home | Partial 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/) - [Alarm Control Panel](/integrations/alarm_control_panel/)
- [Binary Sensor](/integrations/binary_sensor/) - [Binary Sensor](/integrations/binary_sensor/)