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:
Jonathan Jogenfors 2023-07-20 14:43:38 +02:00 committed by GitHub
parent f809ce9033
commit a381ceed86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,