diff --git a/source/getting-started/scripts.markdown b/source/getting-started/scripts.markdown index af6bfa92504..54ae5a15bf0 100644 --- a/source/getting-started/scripts.markdown +++ b/source/getting-started/scripts.markdown @@ -72,7 +72,7 @@ delay: ```yaml # Waits however many minutes input_slider.minute_delay is set to # Valid formats include HH:MM and HH:MM:SS -delay: {% raw %}'00:{{ input_slider.minute_delay }}:00'{% endraw %} +delay: {% raw %}'00:{{ input_slider.minute_delay | int }}:00'{% endraw %} ``` #### {% linkable_title Fire an Event %}