From 862bcab05ed8f681eb4d3ea4fdab95134818e336 Mon Sep 17 00:00:00 2001 From: emontnemery Date: Wed, 13 Mar 2019 20:47:09 +0100 Subject: [PATCH] Update templating.markdown (#8790) --- source/_docs/automation/templating.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 508e09d8642..5380bb27c71 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -153,6 +153,13 @@ The following tables show the available trigger data per platform. | `trigger.platform` | Hardcoded: `time` | `trigger.now` | DateTime object that triggered the time trigger. +### {% linkable_title time pattern %} + +| Template variable | Data | +| ---- | ---- | +| `trigger.platform` | Hardcoded: `time_pattern` +| `trigger.now` | DateTime object that triggered the time_pattern trigger. + ### {% linkable_title webhook %} | Template variable | Data |