feat(hass): increase alarm delay
This commit is contained in:
parent
d9c3107693
commit
52cc554a5d
|
@ -71,7 +71,7 @@ in {
|
|||
platform = "manual";
|
||||
code = "!secret alarm_code";
|
||||
arming_time = 30;
|
||||
delay_time = 20;
|
||||
delay_time = 30;
|
||||
trigger_time = 120;
|
||||
disarmed = { trigger_time = 0; };
|
||||
armed_home = {
|
||||
|
|
Loading…
Reference in a new issue