diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index 5067a348deb..eed565a8bc8 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -28,9 +28,8 @@ We're going to create a simple automation to turn on the lights when the sun set 4. Once we have defined our trigger, we need to define what should happen. - Select **Add action**. - - Type `Ser` and select **Call service** 5. Select **Light** > **Turn on** or directly enter `light.turn_on`. - - For this automation, we're going to turn on all lights in the living room, so let's select the **Area**. + - For this automation, we're going to turn on all lights in the living room, so under **Targets**, select the **Area**. - This only works if your lights are assigned to an {% term area %}. ![A new automation with the action set up to turn on the lights in the living room.](/images/getting-started/action.png)