Skip to content

Commit

Permalink
Set night custom bypass to ARMED_CUSTOM_BYPASS
Browse files Browse the repository at this point in the history
  • Loading branch information
etnoy authored and gjohansson-ST committed Jul 20, 2023
1 parent bea0827 commit 678083e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/sia/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ class SIAAlarmControlPanelEntityDescription(
"OS": STATE_ALARM_DISARMED,
"NC": STATE_ALARM_ARMED_NIGHT,
"NL": STATE_ALARM_ARMED_NIGHT,
"NE": STATE_ALARM_ARMED_NIGHT,
"NF": 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 678083e

Please sign in to comment.