From d0351ea6d9fed47d09c20acd34f4af06cf80ab04 Mon Sep 17 00:00:00 2001 From: David Beitey Date: Tue, 25 May 2021 08:53:45 +0000 Subject: [PATCH] Fix position of yaml list marker in Scripts docs (#17952) --- source/_docs/scripts.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 7c5813f1dfb..98dd5df48ee 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -96,8 +96,8 @@ While executing a script you can add a condition to stop further execution. When ```yaml # If paulus is home, continue to execute the script below these lines - alias: "Check if Paulus is home" -- condition: state +- alias: "Check if Paulus is home" + condition: state entity_id: device_tracker.paulus state: "home" ```