mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +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:
|
An example of an SMS handler:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
alias: Twilio incoming
|
alias: Twilio incoming
|
||||||
trigger:
|
trigger:
|
||||||
@ -91,3 +92,4 @@ action:
|
|||||||
incoming twilio message from {{sender}}: {{ message }}
|
incoming twilio message from {{sender}}: {{ message }}
|
||||||
all event data: {{ trigger.event.data }}
|
all event data: {{ trigger.event.data }}
|
||||||
```
|
```
|
||||||
|
{% endraw %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user