mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add raw tags to netgear_lte example (#9989)
This commit is contained in:
parent
0315f476c2
commit
01c786781b
@ -171,6 +171,7 @@ This service can set modem configuration options (otherwise available in the mod
|
||||
|
||||
The following automation example processes incoming SMS messages with the [Conversation](/components/conversation/) integration and then deletes the message from the inbox.
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
automation:
|
||||
- alias: SMS conversation
|
||||
@ -186,3 +187,4 @@ automation:
|
||||
host: '{{ trigger.event.data.host }}'
|
||||
sms_id: '{{ trigger.event.data.sms_id }}'
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user