Skip to content
Merged
Changes from 1 commit
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
11 changes: 11 additions & 0 deletions source/_integrations/bosch_alarm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ The following {% term entities %} are provided:

This integration adds an Alarm Control Panel device for each configured area, with the ability to issue arm/disarm commands.
This entity reports state (_disarmed_, _armed_away_, etc.).

## Actions

The integration provides the following actions.

### Action: Set panel date and time

| Data attribute | Optional | Description |
|------------------------|----------|-----------------------------------------------------------------------------------|
| `config_entry_id` | No | The ID of the panels config entry. |
| `datetime` | Yes | The date and time to set. Defaults to the current date and time if it is not set. |

## Authentication

Expand Down