From 7d2b143fddce602bdfc66719839f5a98ddeed642 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:57:39 +0200 Subject: [PATCH] Getting-started, automation: rename 'service' to 'action' (#33784) --- source/getting-started/automation.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)