From 3a1cee822ee4b4b5920d08ed8b646f487e4ce1aa Mon Sep 17 00:00:00 2001 From: griefie <36406769+griefie@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:04:04 +0100 Subject: [PATCH 1/2] Update ntfy configuration to include authtoken Added 'authtoken' as an optional parameter for ntfy configuration. --- docs/reference/configuration/messaging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/configuration/messaging.md b/docs/reference/configuration/messaging.md index 05865eb82..b3d2cdc59 100644 --- a/docs/reference/configuration/messaging.md +++ b/docs/reference/configuration/messaging.md @@ -320,7 +320,7 @@ Hier wird der Parameter `uri` mit dem Wert `https:///` erwartet. D - ``: Adresse (hostname oder IP Adresse) des ntfy Servers - ``: Abonniertes Thema oder abonnierte Themen -Optionale Parameter sind `priority` und `tags`. Alle Parameter werden als Strings übergeben. +Optionale Parameter sind `priority`, `tags` und `authtoken`. Alle Parameter werden als Strings übergeben. **Beispiel**: @@ -329,6 +329,7 @@ Optionale Parameter sind `priority` und `tags`. Alle Parameter werden als String uri: https://ntfy.sh/evcctestalerts priority: default tags: electric_plug,blue_car + authtoken: 61RgoYLOsi8S318j6ycU2qEsleC2p9njoyw4890121412JloH7rMPaqQwi5KWTit ``` Weitere Informationen sind in der [ntfy Dokumentation](https://docs.ntfy.sh) zu finden. From 7ca4c68f2702774452549888ec474f0da3ff9088 Mon Sep 17 00:00:00 2001 From: griefie <36406769+griefie@users.noreply.github.com> Date: Thu, 18 Dec 2025 11:14:42 +0100 Subject: [PATCH 2/2] Update ntfy configuration to include authtoken in English Added 'authtoken' as an optional parameter for ntfy configuration. --- .../current/reference/configuration/messaging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md index debf735fb..a87004197 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/reference/configuration/messaging.md @@ -321,7 +321,7 @@ Here, the parameter `uri` with the value `https:///` is expected. - ``: Address (hostname or IP address) of the ntfy server - ``: Subscribed topic or topics -Optional parameters are `priority` and `tags`. All parameters are passed as strings. +Optional parameters are `priority`, `tags` and `authtoken`. All parameters are passed as strings. **For example**: @@ -330,6 +330,7 @@ Optional parameters are `priority` and `tags`. All parameters are passed as stri uri: https://ntfy.sh/evcctestalerts priority: default tags: electric_plug,blue_car + authtoken: 61RgoYLOsi8S318j6ycU2qEsleC2p9njoyw4890121412JloH7rMPaqQwi5KWTit ``` Further information can be found in the [ntfy documentation](https://docs.ntfy.sh).