-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalert.yaml
77 lines (77 loc) · 1.23 KB
/
alert.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
69
70
71
72
73
74
75
76
77
main_doors_open:
name: 'Front or Garage door is open'
entity_id: binary_sensor.main_doors
state: 'on'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
back_door_open:
name: 'Back door is open'
entity_id: binary_sensor.back_door
state: 'on'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
front_door_unlocked:
name: 'Front Door is unlocked'
entity_id: lock.front_door
state: 'unlocked'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
back_door_unlocked:
name: 'Back Door is unlocked'
entity_id: lock.back_door
state: 'unlocked'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
double_garage_open:
name: 'Double Garage is open'
entity_id: cover.double_garage
state: 'open'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
single_garage_open:
name: 'Single Garage is open'
entity_id: cover.single_garage
state: 'open'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones
gate_open:
name: 'Gate is open'
entity_id: cover.gate
state: 'open'
skip_first: true
repeat:
- 10
- 30
- 60
notifiers:
- phones