mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Slightly refine wording in variables description (#16188)
Refining the description of variables, e.g., link to scripts doc
This commit is contained in:
parent
db3f0ce4b5
commit
79773889e4
@ -62,7 +62,7 @@ Scripts may also use a shortcut syntax for activating scenes instead of calling
|
||||
|
||||
## Variables
|
||||
|
||||
The variable command allows you to set/override variables that will be accessible by templates in actions after it.
|
||||
The variables command allows you to set/override variables that will be accessible by templates in actions after it (see also [script variables] for how to define locally available variables).
|
||||
|
||||
{% raw %}
|
||||
|
||||
@ -571,3 +571,4 @@ automation:
|
||||
[service calls page]: /getting-started/scripts-service-calls/
|
||||
[conditions page]: /getting-started/scripts-conditions/
|
||||
[shorthand-template]: /docs/scripts/conditions/#template-condition-shorthand-notation
|
||||
[script variables]: /integrations/script/#-configuration-variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user