In the pushover documentation, the URL format is shown with an extra `shoutrrr` in it https://github.com/containrrr/shoutrrr/blob/main/docs/services/pushover.md?plain=1#L6 ``` pushover://shoutrrr:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...] ``` Should be ``` pushover://:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...] ``` It's not clear why the extra colon is required after the `//`, but it is.