diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index f1c8043a63d..3c9b06c52dc 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -64,6 +64,8 @@ Scripts may also use a shortcut syntax for activating scenes instead of calling The variable command allows you to set/override variables that will be accessible by templates in actions after it. +{% raw %} + ```yaml - variables: entities: light.kitchen, light.living_room @@ -75,6 +77,8 @@ The variable command allows you to set/override variables that will be accessibl brightness: "{{ brightness }}" ``` +{% endraw %} + ## Test a Condition While executing a script you can add a condition to stop further execution. When a condition does not return `true`, the script will stop executing. There are many different conditions which are documented at the [conditions page].