Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion source/_integrations/risco.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,20 @@ And in the reverse direction:
| Arm Away | Arm |
| Arm Home | Partial Arm |

## Supported platforms:
## Supported platforms

- [Alarm control panel](/integrations/alarm_control_panel/)
- [Binary sensor](/integrations/binary_sensor/)
- [Sensor](/integrations/sensor/)
- [Switch](/integrations/switch/)

## Actions

### Set time

The `risco.set_time` action enables you to set the time of a panel on a location connection.

| Data attribute | Required | Description |
| ----------------- | -------- | ------------------------------------------------------------------------------------------ |
| `config_entry_id` | yes | The config entry ID of the alarm panel. |
| `time` | no | The time to send to the alarm panel. Leave it empty to use the Home Assistant system time. |