mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Fix position of yaml list marker in Scripts docs (#17952)
This commit is contained in:
parent
2772131721
commit
d0351ea6d9
@ -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"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user