From 6be41e0ba374e8565aae27240b76a84d7bb32660 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 1 Jul 2023 12:49:38 -0400 Subject: [PATCH] Updated Notify_pushover (markdown) --- Notify_pushover.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Notify_pushover.md b/Notify_pushover.md index 3352aa1..44ab588 100644 --- a/Notify_pushover.md +++ b/Notify_pushover.md @@ -33,6 +33,16 @@ Valid syntax is as follows: | url | No | Can optionally provide a Supplementary URL to go with your message | url_title | No | Can optionally provide a Supplementary URL Title to go with your message +## Custom Sounds +Pushover integration constrains notification sounds to a predefined list. This change adds support for custom sound in notifications, which must be uploaded and given a name. This change updates the pushover integration to allow for that name to be specified instead of throwing an error. + +1. Go to Settings -> Alert Settings -> Manage custom sounds -> Upload a sound +1. Upload a sound and specify a name (e.g. "mysound"). +1. Validate the sound is accessible and present in the sounds list for your app via https://api.pushover.net/1/sounds.json?token={app-token} +1. Specify a sound in your pover call, i.e. apprise -vv -t "title" -b "test message" pover://user@app?sound=mysound + +You should hear your custom sound on the notification. In cases where the custom sound name is not found, the default pushover notification sound will play. + #### Example Send a Pushover notification to all of our configured devices: ```bash