mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add custom bypass night arming to SIA alarm codes (#95736)
* Add SIA codes for night arming with custom bypass * Set night custom bypass to ARMED_CUSTOM_BYPASS
This commit is contained in:
parent
f809ce9033
commit
a381ceed86
@ -61,6 +61,8 @@ ENTITY_DESCRIPTION_ALARM = SIAAlarmControlPanelEntityDescription(
|
||||
"OS": STATE_ALARM_DISARMED,
|
||||
"NC": STATE_ALARM_ARMED_NIGHT,
|
||||
"NL": STATE_ALARM_ARMED_NIGHT,
|
||||
"NE": STATE_ALARM_ARMED_CUSTOM_BYPASS,
|
||||
"NF": STATE_ALARM_ARMED_CUSTOM_BYPASS,
|
||||
"BR": PREVIOUS_STATE,
|
||||
"NP": PREVIOUS_STATE,
|
||||
"NO": PREVIOUS_STATE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user