notifier: Add body_format
as an option
This lets you format the messages through apprise a little nicer Signed-off-by: Chris Thornton <cwgthornton@gmail.com>
This commit is contained in:
committed by
Eric Callahan
parent
6c7dfe5921
commit
b21f177e95
@@ -2343,6 +2343,9 @@ body: "Your printer status has changed to {event_name}"
|
||||
# is received from Klippy using a gcode_macro.
|
||||
# The default is a body containining the "name" of the notification as entered
|
||||
# in the section header.
|
||||
body_format:
|
||||
# The formatting to use for the body, can be `text`, `html` and `markdown`.
|
||||
# The default is `text`.
|
||||
title:
|
||||
# The optional title of the notification. This option accepts Jinja2 templates,
|
||||
# the template will receive a context with the same fields as the body. The
|
||||
|
Reference in New Issue
Block a user