mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 21:53:48 +00:00
[alarm_control_panel] Allow sensor to trigger when alarm disarmed (#7746)
This commit is contained in:
@@ -51,6 +51,7 @@ ALARM_SENSOR_TYPES = {
|
||||
"DELAYED": AlarmSensorType.ALARM_SENSOR_TYPE_DELAYED,
|
||||
"INSTANT": AlarmSensorType.ALARM_SENSOR_TYPE_INSTANT,
|
||||
"DELAYED_FOLLOWER": AlarmSensorType.ALARM_SENSOR_TYPE_DELAYED_FOLLOWER,
|
||||
"INSTANT_ALWAYS": AlarmSensorType.ALARM_SENSOR_TYPE_INSTANT_ALWAYS,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user