Add 'alarm_event_occurred' attribute definition to AlarmDecoder documentation (#14060)

Add the "alarm_event_occurred" attribute's definition to the AlarmDecoder alarm panel entity. The PR for the change itself is immediately following.
This commit is contained in:
melyux 2020-08-03 09:23:32 -05:00 committed by GitHub
parent 10acbf0c24
commit a23e43eeaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,7 @@ zones:
There are several attributes available on the alarm panel to give you more information about your alarm. There are several attributes available on the alarm panel to give you more information about your alarm.
- `ac_power`: Set to `true` if your system has AC power supplying it. - `ac_power`: Set to `true` if your system has AC power supplying it.
- `alarm_event_occurred`: Set to `true` if your system was recently triggered. When `alarm_event_occurred` is `true`, it must be cleared by entering your code + 1 (or calling the `alarm_control_panel.alarm_disarm` service) before attempting to arm your alarm.
- `backlight_on`: Set to `true` if your keypad's backlight is on. - `backlight_on`: Set to `true` if your keypad's backlight is on.
- `battery_low`: Set to `true` if your system's back-up battery is low. - `battery_low`: Set to `true` if your system's back-up battery is low.
- `check_zone`: Set to `true` if your system detects a problem with a zone. - `check_zone`: Set to `true` if your system detects a problem with a zone.