mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Document Risco Zone services (#14359)
Co-authored-by: Franck Nijhof <frenck@frenck.dev>
This commit is contained in:
parent
c962e64d7a
commit
22ad55ca33
@ -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/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user