From d4bd08d3b49ba76c3275ede3b623d18b54fe7fb2 Mon Sep 17 00:00:00 2001 From: Petro31 <35082313+Petro31@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:33:44 -0500 Subject: [PATCH] Fix trigger example with hidden template (#37800) * Fix trigger example with hidden template * Remove auto-TOC thing --- source/_docs/automation/trigger.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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).