mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
[alarm_control_panel] BYPASS_AUTO option for Template Alarm Control Panel sensors left open when armed (#8795)
This commit is contained in:
@@ -19,6 +19,7 @@ alarm_control_panel:
|
||||
- input: bin1
|
||||
bypass_armed_home: true
|
||||
bypass_armed_night: true
|
||||
bypass_auto: true
|
||||
on_state:
|
||||
then:
|
||||
- lambda: !lambda |-
|
||||
@@ -38,6 +39,7 @@ alarm_control_panel:
|
||||
- input: bin1
|
||||
bypass_armed_home: true
|
||||
bypass_armed_night: true
|
||||
bypass_auto: true
|
||||
on_disarmed:
|
||||
then:
|
||||
- logger.log: "### DISARMED ###"
|
||||
|
Reference in New Issue
Block a user