From 7932beeed77e5cda236618bcdbf628e59ed99713 Mon Sep 17 00:00:00 2001 From: Keyasha Brothern Date: Wed, 5 Oct 2016 17:09:17 -0500 Subject: [PATCH] Made small edit to sentence structure on line 37 (#1137) --- source/getting-started/automation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index 339e8da9c71..27d026a43f8 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -34,7 +34,7 @@ The second line is the condition part of the automation rule. Conditions are opt The third part is the action which will be performed when a rule is triggered and all conditions are met.For example, it can turn a light on, set the temperature on your thermostat or activate a scene.

-The difference between a condition and a trigger can be confusing as they are very similar. Triggers are looking at the actions while conditions look at the result: turning a light on vs a light being on. +The difference between a condition and a trigger can be confusing as they are very similar. Triggers look at the actions, while conditions look at the results: turning a light on vs a light being on.

### {% linkable_title Exploring the internal state %}