Made small edit to sentence structure on line 37 (#1137)

This commit is contained in:
Keyasha Brothern 2016-10-05 17:09:17 -05:00 committed by Fabian Affolter
parent 82661b43a7
commit 7932beeed7

View File

@ -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 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.
<p class='note'> <p class='note'>
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.
</p> </p>
### {% linkable_title Exploring the internal state %} ### {% linkable_title Exploring the internal state %}