From 06b8b5e90d29184893deba5b606d26e896f2ac29 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Thu, 7 Dec 2017 14:47:11 -0500 Subject: [PATCH] Added in trigger data Because it took me YEARS to figure out. --- source/_docs/automation/templating.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 7f721876bd9..74f0427f48c 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -69,6 +69,7 @@ The following tables show the available trigger data per platform. | ---- | ---- | | `trigger.platform` | Hardcoded: `event`. | `trigger.event` | Event object that matched. +| `trigger.event.data` | Optional data ### {% linkable_title mqtt %}