We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e63a6 commit f320bafCopy full SHA for f320baf
source/getting-started/scripts.markdown
@@ -50,7 +50,7 @@ state: 'home'
50
51
### {% linkable_title Delay %}
52
53
-Delays are useful for temporarily suspending your script and start it at a later moment. We support different syntaxes for a delay as shown below.
+Delays are useful for temporarily suspending your script and start it at a later moment. We support different syntaxes for a delay as shown below.
54
55
```yaml
56
# Waits 1 hour
@@ -72,7 +72,7 @@ delay:
72
73
# Waits however many minutes input_slider.minute_delay is set to
74
# Valid formats include HH:MM and HH:MM:SS
75
-delay: {% raw %}'00:{{ input_slider.minute_delay | int }}:00'{% endraw %}
+delay: {% raw %}'00:{{ states.input_slider.minute_delay.state | int }}:00'{% endraw %}
76
```
77
78
### {% linkable_title Fire an Event %}
0 commit comments