mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add raw tags to escape Jinja syntax in example (#32949)
This commit is contained in:
parent
614d2a3d33
commit
66397d2929
@ -74,6 +74,7 @@ The above opens the garage door when the number `+1XXXXXXXXXXX` calls `+1YYYYYYY
|
||||
|
||||
An example of an SMS handler:
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
alias: Twilio incoming
|
||||
trigger:
|
||||
@ -91,3 +92,4 @@ action:
|
||||
incoming twilio message from {{sender}}: {{ message }}
|
||||
all event data: {{ trigger.event.data }}
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user