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. 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).