Skip to content

Commit

Permalink
Add custom bypass night arming to SIA alarm codes (#95736)
Browse files Browse the repository at this point in the history
* Add SIA codes for night arming with custom bypass

* Set night custom bypass to ARMED_CUSTOM_BYPASS
  • Loading branch information
etnoy authored Jul 20, 2023
1 parent f809ce9 commit a381cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/sia/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ class 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,
Expand Down

0 comments on commit a381cee

Please sign in to comment.