-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_configuration_serial.yaml
68 lines (68 loc) · 1.18 KB
/
sample_configuration_serial.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
aapalarm:
connectiontype: 'serial'
port: '/dev/ttyUSB0'
keepalive_interval: 60
timeout: 20
areas:
1:
name: 'Home'
code: !secret alarm_arm_code
code_arm_required: False
outputs:
1:
name: 'Siren'
2:
name: 'Strobe'
3:
name: 'Gate'
4:
name: 'Garage Door'
zones:
1:
name: 'Entrance'
type: 'motion'
2:
name: 'Terrace'
type: 'door'
3:
name: 'Kitchen Window'
type: 'window'
4:
name: 'Kitchen Door'
type: 'door'
5:
name: 'Kitchen Motion'
type: 'motion'
6:
name: 'Bedroom Motion'
type: 'motion'
7:
name: 'Child Room'
type: 'door'
8:
name: 'Child Window Wireless'
type: 'window'
9:
name: 'Child PIR'
type: 'motion'
10:
name: 'Den Motion'
type: 'motion'
11:
name: 'Guest Motion'
type: 'motion'
12:
name: 'Hall Motion'
type: 'motion'
13:
name: 'Hobby Motion'
type: 'motion'
14:
name: 'Bedroom Door'
type: 'door'
15:
name: 'Guest Door'
type: 'door'
16:
name: 'Exit Wireless'
type: 'door'