From 8272ae3208455148d7d35dfccc5c55551f080ef7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 28 Feb 2023 20:54:57 -0500 Subject: [PATCH] Apparently defining a sound for critical was breaking things... --- packages/notify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/notify.yaml b/packages/notify.yaml index 334aec5..64126e7 100644 --- a/packages/notify.yaml +++ b/packages/notify.yaml @@ -712,7 +712,7 @@ script: text: 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' required: false selector: @@ -744,7 +744,7 @@ script: tag: '{{ tag if tag is defined else "{}" }}' push: sound: - name: default + name: '{{ sound if sound is defined else "default" }}' critical: 1 - conditions: - condition: template