You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But that either ignores a new line or shows the escaped characters.
Can anyone help me out finding a proper syntax for it? Workarounds, e.g. replace with another string, are also appreciated. It's driving me nuts, can't figure it out.
The text was updated successfully, but these errors were encountered:
when I declare custom service in esphome like this:
I'm able to pass new line in description
{{'\r\n'}}
Now I'd like to define a new service, so that a new line can be included in the passed variable:
My idea is to call it like this:
But that either ignores a new line or shows the escaped characters.
Can anyone help me out finding a proper syntax for it? Workarounds, e.g. replace with another string, are also appreciated. It's driving me nuts, can't figure it out.
The text was updated successfully, but these errors were encountered: