-
Notifications
You must be signed in to change notification settings - Fork 30
/
ios_config.yaml
70 lines (64 loc) · 2.15 KB
/
ios_config.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
push:
categories:
- name: Laundry Clean In Washer
identifier: 'washer'
actions:
- identifier: 'WASHER_EMPTIED'
title: 'Yes'
authenticationRequired: yes
behavior: 'default'
- identifier: 'WASHER_NOT_EMPTIED'
title: 'Snooze'
activationMode: 'background'
destructive: yes
- name: Vacuum Now
identifier: 'vacuum'
actions:
- identifier: 'VACUUM_NOW'
title: 'Yes'
authenticationRequired: yes
behavior: 'default'
- identifier: 'VACUUM_LATER'
title: 'Snooze'
activationMode: 'background'
# destructive: yes
- identifier: 'VACUUM_STOP_ASKING'
title: 'Stop asking'
activationMode: 'background'
destructive: yes
- name: Litterbox Upstairs Cleaning Mode
identifier: 'cleaning_mode_u_still_on'
actions:
- identifier: 'CLEANING_U_DONE'
title: 'Done'
# authenticationRequired: yes
activationMode: 'background'
behavior: 'default'
- identifier: 'CLEANING_U_NOT_DONE'
title: 'Not done yet'
activationMode: 'background'
destructive: yes
- name: Litterbox Downstairs Cleaning Mode
identifier: 'cleaning_mode_d_still_on'
actions:
- identifier: 'CLEANING_D_DONE'
title: 'Done'
# authenticationRequired: yes
activationMode: 'background'
behavior: 'default'
- identifier: 'CLEANING_D_NOT_DONE'
title: 'Not done yet'
activationMode: 'background'
destructive: yes
- name: Alarm Clock
identifier: 'alarm_clock'
actions:
- identifier: 'AWAKE'
title: 'Yes'
destructive: no
- identifier: 'AWAKE_NO'
title: 'No'
destructive: no
- identifier: 'SNOOZE'
title: 'Snooze'
destructive: yes