Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/reference/configuration/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ Hier wird der Parameter `uri` mit dem Wert `https://<host>/<topics>` erwartet. D
- `<host>`: Adresse (hostname oder IP Adresse) des ntfy Servers
- `<topics>`: 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**:

Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Here, the parameter `uri` with the value `https://<host>/<topics>` is expected.
- `<host>`: Address (hostname or IP address) of the ntfy server
- `<topics>`: 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**:

Expand All @@ -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).
Expand Down