Apparently defining a sound for critical was breaking things...
This commit is contained in:
@ -712,7 +712,7 @@ script:
|
|||||||
text:
|
text:
|
||||||
sound:
|
sound:
|
||||||
name: 'Sound'
|
name: 'Sound'
|
||||||
description: 'The sound you want the notification to make. Critical ignores this.'
|
description: 'The sound you want the notification to make.'
|
||||||
example: 'US-EN-Morgan-Freeman-Wife-Is-Arriving.wav'
|
example: 'US-EN-Morgan-Freeman-Wife-Is-Arriving.wav'
|
||||||
required: false
|
required: false
|
||||||
selector:
|
selector:
|
||||||
@ -744,7 +744,7 @@ script:
|
|||||||
tag: '{{ tag if tag is defined else "{}" }}'
|
tag: '{{ tag if tag is defined else "{}" }}'
|
||||||
push:
|
push:
|
||||||
sound:
|
sound:
|
||||||
name: default
|
name: '{{ sound if sound is defined else "default" }}'
|
||||||
critical: 1
|
critical: 1
|
||||||
- conditions:
|
- conditions:
|
||||||
- condition: template
|
- condition: template
|
||||||
|
Reference in New Issue
Block a user