mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
b7da85d8da
commit
763a1587aa
@ -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'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user