1
0
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:
nworbneb
2025-05-01 03:27:14 +01:00
committed by GitHub
parent 807925fd38
commit 4ec8414050
3 changed files with 24 additions and 18 deletions

View File

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