Slightly refine wording in variables description (#16188)

Refining the description of variables, e.g., link to scripts doc
This commit is contained in:
jrel17 2021-01-15 13:13:28 +01:00 committed by GitHub
parent db3f0ce4b5
commit 79773889e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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