giuseppecastaldo / ha-addons

Home Assistant Whatsapp Add-on
Apache License 2.0
49 stars 18 forks source link

line break? #22

Closed ear9mrn closed 5 months ago

ear9mrn commented 1 year ago

This is working well. Thanks. Quick question. How do force a new line with a plan text message. tried /n and a few other permutations.

Thanks,

Pete.

giuseppecastaldo commented 1 year ago

This is working well. Thanks. Quick question. How do force a new line with a plan text message. tried /n and a few other permutations.

Thanks,

Pete.

Please visit Home Assistant yaml documentation.

glmnet commented 11 months ago
service: whatsapp.send_message
data:
  clientId: default
  to: ###@s.whatsapp.net
  body:
    text: |-
        Hi it's a simple text message

        It has two lines

this can be closed