mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 14:56:28 +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
|
| Name | Type | Default | Description
|
||||||
| ---- | ---- | ------- | -----------
|
| ---- | ---- | ------- | -----------
|
||||||
| state | string | **Required** | One of the states listed in the **states** section.
|
| state | <code>str | None</code> | **Required** | One of the states listed in the **states**.
|
||||||
| code_format | string | `None` | One of the states listed in the **code formats** section.
|
| code_arm_required | bool | `True` | Whether the code is required for arm actions.
|
||||||
| changed_by | string | `None` | Last change triggered by.
|
| 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
|
### States
|
||||||
|
|
||||||
| Value | Description
|
| Value | Description
|
||||||
| ----- | -----------
|
| ----- | -----------
|
||||||
|
| `None` | Unknown state.
|
||||||
| `disarmed` | The alarm is disarmed (`off`).
|
| `disarmed` | The alarm is disarmed (`off`).
|
||||||
| `armed_home` | The alarm is armed in home mode.
|
| `armed_home` | The alarm is armed in home mode.
|
||||||
| `armed_away` | The alarm is armed in away mode.
|
| `armed_away` | The alarm is armed in away mode.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user