mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
parent
119f637a13
commit
4e56f0946c
@ -79,7 +79,7 @@ Delays are useful for temporarily suspending your script and start it at a later
|
|||||||
# Waits however many seconds input_number.second_delay is set to
|
# Waits however many seconds input_number.second_delay is set to
|
||||||
- delay:
|
- delay:
|
||||||
# Supports milliseconds, seconds, minutes, hours, days
|
# Supports milliseconds, seconds, minutes, hours, days
|
||||||
seconds: "{{ states('input_number.second_delay') }}"
|
seconds: "{{ states('input_number.second_delay') | int }}"
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user