From ae9e0b8c1dc9fef6681d2ca60eecd4febf2e1aeb Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Sun, 13 Oct 2024 16:22:28 +0200 Subject: [PATCH] Fix template syntax in imap.markdown (#35203) --- source/_integrations/imap.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index c1403b4e91d..eb34b77664f 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -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"