From 6e98fe07ad406c5df8fb36c04df665f4bfda1b99 Mon Sep 17 00:00:00 2001 From: EvolvingFuture <66333723+EvolvingFuture@users.noreply.github.com> Date: Mon, 23 Nov 2020 10:16:01 +0100 Subject: [PATCH] Update script.markdown (#15726) Co-authored-by: Franck Nijhof --- source/_integrations/script.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown index 367c3fa4892..3739d0ed09b 100644 --- a/source/_integrations/script.markdown +++ b/source/_integrations/script.markdown @@ -62,7 +62,7 @@ variables: description: The value of the variable. Any YAML is valid. Templates can also be used to pass a value to the variable. type: any fields: - description: Information about the parameters that the script uses; see the [Passing variables to scripts](#passing-variables-to-scripts) section below. + description: "Information about the parameters that the script uses; see the [Passing variables to scripts](#passing-variables-to-scripts) section below. Please Note: In order for this description to be displayed in the Services tab of the Developer Tools in Lovelace, the script description must be defined as well." required: false default: {} type: map