-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathalerts.yaml
executable file
·128 lines (119 loc) · 3.15 KB
/
alerts.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
garage_door:
name: Garage is open
done_message: Garage is closed
entity_id: cover.garage_door_opener
state: 'open'
repeat:
- 60
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
garage_fridge_temp:
name: Garage Fridge temp above 40 degreees
done_message: Garage Fridge temp is now less than 40 degrees
entity_id: binary_sensor.garage_fridge_cold
state: 'off'
repeat:
- 15
- 30
- 60
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pauls_iphone
water_leak_attic:
name: Water Sensor in Attic reporting leak
done_message: Leak has been cleared
entity_id: binary_sensor.water_sensor_attic
state: 'on'
repeat: 5
can_acknowledge: True
notifiers:
- mobile_app_pauls_iphone
- sony_tv
- mobile_app_tracys_iphone
water_leak_kitchen:
name: Water Sensor under the Kitchen Sing Reporting a leak
done_message: Kitchen Water Leak has been cleared
entity_id: binary_sensor.water_sensor_kitchen
state: 'on'
repeat: 5
can_acknowledge: True
notifiers:
- mobile_app_pauls_iphone
- sony_tv
- mobile_app_tracys_iphone
smoke_detector_smoke_attic:
name: Attic Smoke Alarm - Smoke Detected
done_message: Smoke has been cleared
entity_id: binary_sensor.attic_smoke_detector_smoke
state: 'on'
repeat: 5
can_acknowledge: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
- sony_tv
smoke_detector_co2_attic:
name: Attic Smoke Alarm - CO2 Detected
done_message: CO2 has been cleared
entity_id: binary_sensor.attic_smoke_detector_co2
state: 'on'
repeat: 5
can_acknowledge: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
- sony_tv
smoke_detector_test_attic:
name: Attic Smoke Alarm - Testing
done_message: Smoke Alarm Testing completed
entity_id: binary_sensor.attic_smoke_detector_testing
state: 'on'
repeat: 5
can_acknowledge: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
- sony_tv
front_door:
name: Front Door is open
done_message: Front Door is closed
entity_id: binary_sensor.open_close_sensor_front_door
state: 'on'
repeat:
- 5
- 15
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
back_door:
name: Back Door is open
done_message: Back Door is closed
entity_id: binary_sensor.open_close_sensor_back_door
state: 'on'
repeat:
- 10
- 20
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone
garage_door_door:
name: Door to the Garage is open
done_message: Door to the Garage is closed
entity_id: binary_sensor.open_close_sensor_garage_door
state: 'on'
repeat:
- 10
- 30
can_acknowledge: True
skip_first: True
notifiers:
- mobile_app_pauls_iphone
- mobile_app_tracys_iphone