mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fix trigger example with hidden template (#37800)
* Fix trigger example with hidden template * Remove auto-TOC thing
This commit is contained in:
parent
fadeb9c61c
commit
d4bd08d3b4
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user