From 6094ada6bb2788e1555d234c74c2d077d4fe2ce0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 22 May 2022 02:38:05 -0700 Subject: [PATCH] Update documentation for calendar trigger data event type field (#22845) --- source/_docs/automation/templating.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index f23a098dcea..e6678fbbec8 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -29,7 +29,7 @@ The following describes trigger data associated with all platforms. | Template variable | Data | | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | | `trigger.platform` | Hardcoded: `calendar` | -| `trigger.event_type` | The trigger event type, either `start` or `end` | +| `trigger.event` | The trigger event type, either `start` or `end` | | `trigger.calendar_event` | The calendar event object matched. | | `trigger.calendar_event.summary` | The title or summary of the calendar event. | | `trigger.calendar_event.start` | String representation of the start date or date time of the calendar event e.g. `2022-04-10`, or `2022-04-10 11:30:00-07:00` |