Add raw tags to escape Jinja syntax in example (#32949)

This commit is contained in:
Corey Edwards 2024-05-26 04:59:24 -06:00 committed by GitHub
parent 614d2a3d33
commit 66397d2929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}