From 311311fd49edd867423bbfb7dca8ce0af802175d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 12 Apr 2021 11:02:29 +0200 Subject: [PATCH] Move additional automation reading in getting started (#17388) --- source/getting-started/automation.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/getting-started/automation.markdown b/source/getting-started/automation.markdown index 77dfdf90926..8ae66f3f7e4 100644 --- a/source/getting-started/automation.markdown +++ b/source/getting-started/automation.markdown @@ -43,10 +43,14 @@ A new automation with the action set up to turn on the lights. Click the orange button to save the automation. Now wait till it's 30 minutes until the sun sets and see your automation magic! -Further reading on automations: +{% include getting-started/next_step.html step="Presence detection" link="/getting-started/presence-detection/" %} + +If after completing this getting started, you are interested in reading more +about automations, we recommend the following page. - [Triggers](/docs/automation/trigger/) - [Conditions](/docs/automation/condition/) - [Actions](/docs/automation/action/) -{% include getting-started/next_step.html step="Presence detection" link="/getting-started/presence-detection/" %} +Please note, these pages require a bit more experience with Home Assistant +than you probably have at this point of this tutorial.