mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 13:56:29 +00:00
Align documented alarm_control_panel attributes with implementation (#1910)
This commit is contained in:
parent
ae7bf6b080
commit
ffe53acbaa
@ -13,14 +13,16 @@ Properties should always only return information from memory and not do I/O (lik
|
||||
|
||||
| Name | Type | Default | Description
|
||||
| ---- | ---- | ------- | -----------
|
||||
| state | string | **Required** | One of the states listed in the **states** section.
|
||||
| code_format | string | `None` | One of the states listed in the **code formats** section.
|
||||
| changed_by | string | `None` | Last change triggered by.
|
||||
| state | <code>str | None</code> | **Required** | One of the states listed in the **states**.
|
||||
| code_arm_required | bool | `True` | Whether the code is required for arm actions.
|
||||
| code_format | <code>CodeFormat | None</code> | `None` | One of the states listed in the **code formats** section.
|
||||
| changed_by | <code>str | None</code> | `None` | Last change triggered by.
|
||||
|
||||
### States
|
||||
|
||||
| Value | Description
|
||||
| ----- | -----------
|
||||
| `None` | Unknown state.
|
||||
| `disarmed` | The alarm is disarmed (`off`).
|
||||
| `armed_home` | The alarm is armed in home mode.
|
||||
| `armed_away` | The alarm is armed in away mode.
|
||||
|
Loading…
x
Reference in New Issue
Block a user