Hi All. I am trying to use the ha-bambulab HACS addon to send pushbullet notifications when the printer status changes. There is an HMS (health management system) sensor with attributes that shows the error status of the machine.
I have triggering working, pushbullet working, etc. But, I cannot figure out how to get a newline in the message. I have tried \n, <br>,
just adding spaces between the lines, etc.
Anyone have any experience and may be able to help?
action: notify.pushbullet
metadata: {}
data:
message: >-
P1S Intervention Required
<br>
{{state_attr('binary_sensor.p1s_hms_errors','1-Error')}}
<br>
"Severity: "{{state_attr('binary_sensor.p1s_hms_errors','1-Severity')}}
<br>
{{state_attr('binary_sensor.p1s_hms_errors','1-Wiki')}}
title: P1S HMS
target: channel/P1S