We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1adca6 commit 90f24e0Copy full SHA for 90f24e0
docs/configuration.md
@@ -1330,6 +1330,11 @@ token_file: <filepath>
1330
# Optional time to live (TTL) to use for notification, see https://pushover.net/api#ttl
1331
[ ttl: <duration> ]
1332
1333
+# Optional HTML/monospace formatting for the message, see https://pushover.net/api#html
1334
+# html and monospace formatting are mutually exclusive.
1335
+[ html: <boolean> | default = false ]
1336
+[ monospace: <boolean> | default = false ]
1337
+
1338
# The HTTP client's configuration.
1339
[ http_config: <http_config> | default = global.http_config ]
1340
```
0 commit comments