From 763a1587aab2e1e3fae1edcbf603ec1ba29496aa Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Mon, 24 Jun 2019 03:14:44 -0700 Subject: [PATCH] Small fix + grammar improvement (#9685) This text is referring to a field called "action type", not "trigger type". Adding "the" also feels more natural. --- 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 e57580e4b6f..75595d2b927 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -34,7 +34,7 @@ In the trigger section, click on the dropdown and change trigger type to "Sun". A new automation with a sun trigger filled in.

-Once we have defined our trigger, scroll down to the action section. Make sure trigger type is set to "Call Service" and change the service to `light.turn_on`. For this automation we're going to turn on all lights, so let's change the service data to `{ "entity_id": "all" }`. +Once we have defined our trigger, scroll down to the action section. Make sure the action type is set to "Call Service" and change the service to `light.turn_on`. For this automation we're going to turn on all lights, so let's change the service data to `{ "entity_id": "all" }`.