mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add switch platform to Risco documentation (#24728)
This commit is contained in:
parent
d053267398
commit
1d9d409e69
@ -4,6 +4,7 @@ description: Instructions on how to integrate Risco alarms into HA using Risco C
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Switch
|
||||||
ha_release: '0.115'
|
ha_release: '0.115'
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
@ -15,6 +16,7 @@ ha_platforms:
|
|||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -87,30 +89,9 @@ And in the reverse direction:
|
|||||||
| Arm Away | Arm |
|
| Arm Away | Arm |
|
||||||
| Arm Home | Partial Arm |
|
| Arm Home | Partial Arm |
|
||||||
|
|
||||||
## 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 Platforms:
|
## Supported Platforms:
|
||||||
|
|
||||||
- [Alarm Control Panel](/integrations/alarm_control_panel/)
|
- [Alarm Control Panel](/integrations/alarm_control_panel/)
|
||||||
- [Binary Sensor](/integrations/binary_sensor/)
|
- [Binary Sensor](/integrations/binary_sensor/)
|
||||||
- [Sensor](/integrations/sensor/)
|
- [Sensor](/integrations/sensor/)
|
||||||
|
- [Switch](/integrations/switch/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user