-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettingsmeta.yml
40 lines (40 loc) · 1.24 KB
/
settingsmeta.yml
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
skillMetadata:
sections:
- name: Notification Settings
fields:
- name: speak_alarm
type: checkbox
label: Speak alarm notifications (False plays alarm sound)
value: "false"
- name: speak_timer
type: checkbox
label: Speak timer notifications (False plays timer sound)
value: "true"
- name: sound_alarm
type: text
label: Alarm audio resource file
value: constant_beep.mp3
- name: sound_timer
type: text
label: Timer audio resource file
value: beep4.mp3
- name: quiet_hours
type: checkbox
label: Quiet Hours (mutes all notifications until disabled)
value: "false"
- name: escalate_volume
type: checkbox
label: Increase alarm volume while alerting
value: "false"
- name: snooze_mins
type: number
label: Default snooze duration in minutes
value: 15
- name: timeout_min
type: number
label: Default alert timeout duration in minutes
value: 2
- name: priority_cutoff
type: number
label: Default alert priority cutoff
value: 8