Fix position of yaml list marker in Scripts docs (#17952)

This commit is contained in:
David Beitey 2021-05-25 08:53:45 +00:00 committed by GitHub
parent 2772131721
commit d0351ea6d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
```