Fix trigger example with hidden template (#37800)

* Fix trigger example with hidden template

* Remove auto-TOC thing
This commit is contained in:
Petro31 2025-03-08 05:33:44 -05:00 committed by GitHub
parent fadeb9c61c
commit d4bd08d3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -797,6 +797,8 @@ automation:
It's also possible to use [limited templates](/docs/configuration/templating/#limited-templates) for times. It's also possible to use [limited templates](/docs/configuration/templating/#limited-templates) for times.
{% raw %}
```yaml ```yaml
blueprint: blueprint:
input: input:
@ -821,6 +823,8 @@ blueprint:
- "{{ my_hour }}:30:00" - "{{ my_hour }}:30:00"
``` ```
{% endraw %}
## Time pattern trigger ## 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). 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).