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" }`.