mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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
|
||||
- delay:
|
||||
# Supports milliseconds, seconds, minutes, hours, days
|
||||
seconds: "{{ states('input_number.second_delay') }}"
|
||||
seconds: "{{ states('input_number.second_delay') | int }}"
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user