feat(notifications): add priority setting for ntfy agent (#2306)

This commit is contained in:
fallenbagel
2026-03-02 04:37:57 +05:00
committed by GitHub
parent 001f6b1a34
commit 61e0377361
5 changed files with 38 additions and 1 deletions

View File

@@ -24,6 +24,10 @@ Set this to the username and password for your ntfy.sh server.
Set this to the token for your ntfy.sh server.
### Priority (optional)
Set the priority level for notifications. Options range from Minimum (1) to Urgent (5), with Default (3) being the standard level. Higher priority notifications may bypass Do Not Disturb settings on some devices.
:::info
Please refer to the [ntfy.sh API documentation](https://docs.ntfy.sh/) for more details on configuring these notifications.
:::