Skip to content

Commit c769f00

Browse files
authored
Clarify alarm_control_panel ARMED_CUSTOM_BYPASS state (#2710)
1 parent 6829d0a commit c769f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/entity/alarm-control-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Setting the state should return an enum from `AlarmControlPanelState` in the `al
2929
| `ARMED_AWAY` | The alarm is armed in away mode.
3030
| `ARMED_NIGHT` | The alarm is armed in night mode.
3131
| `ARMED_VACATION` | The alarm is armed in vacation mode.
32-
| `ARMED_CUSTOM_BYPASS` | The alarm is armed in bypass mode.
32+
| `ARMED_CUSTOM_BYPASS` | The alarm is armed in custom bypass mode where one or more zones or sensors are bypassed (disabled) and the resulting combination of bypassed zones and sensors does not correspond to the standard away, home or night modes. Do not use this state to signal a disconnected, malfunctioning or low battery sensor; report those conditions via dedicated sensor entities instead.
3333
| `PENDING` | The alarm is pending (towards `triggered`).
3434
| `ARMING` | The alarm is arming.
3535
| `DISARMING` | The alarm is disarming.

0 commit comments

Comments
 (0)