More blog post fixes

This commit is contained in:
Paulus Schoutsen 2016-07-30 13:19:39 -07:00
parent 5f78b4b7bb
commit 379b7facd8
4 changed files with 23 additions and 26 deletions

View file

@ -71,8 +71,8 @@ delay:
```yaml
# Waits however many minutes input_slider.minute_delay is set to
delay: '00:{{ input_slider.minute_delay }}:00'
# 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 }}:00'{% endraw %}
```
#### {% linkable_title Fire an Event %}