diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 4b0267e80db..a51b2870e3a 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -797,6 +797,8 @@ automation: It's also possible to use [limited templates](/docs/configuration/templating/#limited-templates) for times. +{% raw %} + ```yaml blueprint: input: @@ -821,6 +823,8 @@ blueprint: - "{{ my_hour }}:30:00" ``` +{% endraw %} + ## Time pattern trigger With the time pattern trigger, you can match if the hour, minute or second of the current time matches a specific value. You can prefix the value with a `/` to match whenever the value is divisible by that number. You can specify `*` to match any value (when using the web interface this is required, the fields cannot be left empty).