Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
This commit is contained in:
28
configuration/alarm_control_panel/main.yaml
Normal file
28
configuration/alarm_control_panel/main.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
- platform: manual
|
||||
name: Home Alarm
|
||||
unique_id: "KqptwXAX75pU4bbvmonDS23NMNbnd3B3dxil6oADMdFXkGv3TWEUrZKv2cbFDMbb"
|
||||
|
||||
code: "12345"
|
||||
code_arm_required: true
|
||||
|
||||
arming_time: 30
|
||||
delay_time: 20
|
||||
trigger_time: 4
|
||||
|
||||
arming_states:
|
||||
- armed_home
|
||||
- armed_night
|
||||
- armed_away
|
||||
- armed_vacation
|
||||
|
||||
disarmed:
|
||||
trigger_time: 0
|
||||
armed_home:
|
||||
arming_time: 0
|
||||
delay_time: 0
|
||||
armed_night:
|
||||
trigger_time: 5
|
||||
armed_away:
|
||||
trigger_time: 5
|
||||
armed_vacation:
|
||||
trigger_time: 5
|
Reference in New Issue
Block a user