1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Add arm night to alarm control panel (#5186)

This commit is contained in:
Francesco Ciocchetti
2023-08-08 01:57:40 +02:00
committed by GitHub
parent ffd2cb9814
commit a6b89e4e8a
8 changed files with 84 additions and 1 deletions

View File

@@ -1194,12 +1194,14 @@ alarm_control_panel:
- "1234"
requires_code_to_arm: true
arming_home_time: 1s
arming_night_time: 1s
arming_away_time: 15s
pending_time: 15s
trigger_time: 30s
binary_sensors:
- input: bin1
bypass_armed_home: true
bypass_armed_night: true
on_state:
then:
- lambda: !lambda |-