diff --git a/docs/reference/notification.md b/docs/reference/notification.md index 667245772a..1cf43649c6 100644 --- a/docs/reference/notification.md +++ b/docs/reference/notification.md @@ -272,6 +272,6 @@ Use the free service at [ntfy.sh](https://ntfy.sh) or host your own instance. |:---:|---| | `NTFY_URL` | ntfy server URL, e.g. `https://ntfy.sh` | | `NTFY_TOPIC` | Topic to publish alerts to | -| `NTFY_PRIORITY` | Message priority, e.g. max/high/default/low/min. https://docs.ntfy.sh/publish/?h=priority#message-priority | +| `NTFY_PRIORITY` | Message priority, e.g. max/high/default/low/min, I recommend to use the numbers instead of the string values for the priority. https://docs.ntfy.sh/publish/?h=priority#message-priority | | `NTFY_TITLE` | Title of the message | | `NTFY_ACCESS_TOKEN` | Access token for authentication. https://docs.ntfy.sh/config/#access-tokens |