Add automation name example (#34165)

This commit is contained in:
c0ffeeca7 2024-08-07 09:09:13 +02:00 committed by Franck Nijhof
parent fde1d50637
commit a871e66e4b
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -47,7 +47,8 @@ This tutorial assumes the following:
![A new automation with the action set up to turn on the lights in the living room.](/images/getting-started/action.png)
6. To save the automation, select **Save**. Give the automation a name and **Save** again.
6. To save the automation, select **Save**. Give the automation a name, add a **Description**, and **Save** again.
- When choosing a name, be specific, so that you can find it even when you have many automations. For example, `Turn on living room table light at sunset`.
- Now wait until it's 30 minutes before sunset and see your automation magic!
- Or follow these steps to [test your automation](/docs/automation/troubleshooting/#testing-your-automation) right away.
@ -99,7 +100,7 @@ This tutorial assumes the following:
![Screenshot showing the then section of an if-then action](/images/getting-started/automation_if-then-action_then.png)
6. To save the automation, select **Save**. Give the automation a name and **Save** again.
6. To save the automation, select **Save**. Give the automation a name (for example, `dim living room table light night before workday`), add a **Description**, and **Save** again.
7. [Test your automation](/docs/automation/troubleshooting/#testing-your-automation).
{% include getting-started/next_step.html step="Presence detection" link="/getting-started/presence-detection/" %}