mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +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
|
```yaml
|
||||||
# If paulus is home, continue to execute the script below these lines
|
# If paulus is home, continue to execute the script below these lines
|
||||||
alias: "Check if Paulus is home"
|
- alias: "Check if Paulus is home"
|
||||||
- condition: state
|
condition: state
|
||||||
entity_id: device_tracker.paulus
|
entity_id: device_tracker.paulus
|
||||||
state: "home"
|
state: "home"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user