mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 23:06:49 +00:00
Add note about using shorthand condition templates in script sequences (#14433)
This commit is contained in:
parent
c039a605e1
commit
fdfe2e1b7f
@ -422,6 +422,16 @@ But also in the `repeat` action's `while` or `until` option, or in a `choose` ac
|
||||
|
||||
{% endraw %}
|
||||
|
||||
<div class="note warning">
|
||||
|
||||
While conditions can be used in script sequences or automation actions, the
|
||||
shorthand for template conditions cannot be used directly in those constructs.
|
||||
|
||||
However, if an used action supports conditions itself, like `choose` and
|
||||
`repeat`, the shorthand template conditions will be accepted in those cases.
|
||||
|
||||
</div>
|
||||
|
||||
[template]: /topics/templating/
|
||||
[automation-templating]: /getting-started/automation-templating/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user