Small fix + grammar improvement (#9685)

This text is referring to a field called "action type", not "trigger type".

Adding "the" also feels more natural.
This commit is contained in:
Jeremy Schlatter 2019-06-24 03:14:44 -07:00 committed by Franck Nijhof
parent b7da85d8da
commit 763a1587aa

View File

@ -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.
</p>
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" }`.
<p class='img'>
<img src='/images/getting-started/automation-new-action.png'>