Update template (fixes #949)

This commit is contained in:
Fabian Affolter 2016-09-21 19:18:52 +02:00
parent 97e63a6958
commit f320baf95e
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -72,7 +72,7 @@ delay:
```yaml ```yaml
# Waits however many minutes input_slider.minute_delay is set to # Waits however many minutes input_slider.minute_delay is set to
# Valid formats include HH:MM and HH:MM:SS # Valid formats include HH:MM and HH:MM:SS
delay: {% raw %}'00:{{ input_slider.minute_delay | int }}:00'{% endraw %} delay: {% raw %}'00:{{ states.input_slider.minute_delay.state | int }}:00'{% endraw %}
``` ```
### {% linkable_title Fire an Event %} ### {% linkable_title Fire an Event %}