From a1929f2257436c63c121375299914490544ab7d2 Mon Sep 17 00:00:00 2001 From: Greg Stevenson Date: Tue, 12 Jul 2016 14:33:38 +0100 Subject: [PATCH] Typo corrections (#632) --- source/getting-started/automation-templating.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/automation-templating.markdown b/source/getting-started/automation-templating.markdown index f365047fd85..b4e0e7922a5 100644 --- a/source/getting-started/automation-templating.markdown +++ b/source/getting-started/automation-templating.markdown @@ -57,8 +57,8 @@ The following tables show the available trigger data per platform. | ---- | ---- | | `trigger.platform` | Hardcoded: `numeric_state` | `trigger.entity_id` | Entity ID that we observe. -| `trigger.below` | The below treshold, if any. -| `trigger.above` | The above treshold, if any. +| `trigger.below` | The below threshold, if any. +| `trigger.above` | The above threshold, if any. | `trigger.from_state` | The previous state of the entity. | `trigger.to_state` | The new state that triggered trigger.