mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix sia custom bypass arming in night mode (#119168)
This commit is contained in:
parent
04222c32b5
commit
5829d9d8ab
@ -64,8 +64,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,
|
||||
"NE": STATE_ALARM_ARMED_NIGHT,
|
||||
"NF": STATE_ALARM_ARMED_NIGHT,
|
||||
"BR": PREVIOUS_STATE,
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user