mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Fix template syntax in imap.markdown (#35203)
This commit is contained in:
parent
f1ce652830
commit
ae9e0b8c1d
@ -145,7 +145,7 @@ Increasing the default maximum message size (2048 bytes) could have a negative i
|
||||
|
||||
```yaml
|
||||
template:
|
||||
- triggers:
|
||||
- trigger:
|
||||
- trigger: event
|
||||
event_type: "imap_content"
|
||||
id: "custom_event"
|
||||
@ -229,7 +229,7 @@ The following example shows the usage of the IMAP email content sensor to scan t
|
||||
|
||||
```yaml
|
||||
template:
|
||||
- triggers:
|
||||
- trigger:
|
||||
- trigger: event
|
||||
event_type: "imap_content"
|
||||
id: "custom_event"
|
||||
@ -267,7 +267,7 @@ Below is the template sensor which extracts the information from the body of the
|
||||
|
||||
```yaml
|
||||
template:
|
||||
- triggers:
|
||||
- trigger:
|
||||
- trigger: event
|
||||
event_type: "imap_content"
|
||||
id: "custom_event"
|
||||
@ -316,7 +316,7 @@ The example below will only set the state to the subject of the email of templat
|
||||
|
||||
```yaml
|
||||
template:
|
||||
- triggers:
|
||||
- trigger:
|
||||
- trigger: event
|
||||
event_type: "imap_content"
|
||||
id: "custom_event"
|
||||
|
Loading…
x
Reference in New Issue
Block a user