From 854e00b37aab4d6fdc9f5f368f5431a421a65760 Mon Sep 17 00:00:00 2001 From: Kocsen Chung Date: Sun, 28 Jun 2020 01:35:44 -0700 Subject: [PATCH] Fix typo in state trigger warning (#13863) Co-authored-by: Franck Nijhof --- source/_docs/automation/trigger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index cb960d21c09..1b01d155153 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -180,7 +180,7 @@ The `for` template(s) will be evaluated when an entity changes as specified.
-Use quotes around your values for `from` and `to` to avoid the YAML parser interpreting values as booleans. +Use quotes around your values for `from` and `to` to avoid the YAML parser from interpreting values as booleans.