From 8cb017557c9804aade64e699c987b5109b4cac2c Mon Sep 17 00:00:00 2001 From: Paul Dugas Date: Sun, 22 Nov 2020 13:28:09 -0500 Subject: [PATCH] Update scripts.markdown (#15719) link typo in the Wait Template section. --- source/_docs/scripts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index bdf5cc2f291..b32a7c39881 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -141,7 +141,7 @@ When used within an automation the `trigger` variable is available. See [Availab This action evaluates the template, and if true, the script will continue. If not, then it will wait until it is true. -The template is re-evaluated whenever an entity ID that it references changes state. If you use non-deterministic functions like `now()` in the template it will not be continuously re-evaluated, but only when an entity ID that is referenced is changed. If you need to periodically re-evaluate the template, reference a sensor from the (Time and Date)[/integrations/time_date/] component that will update minutely or daily. +The template is re-evaluated whenever an entity ID that it references changes state. If you use non-deterministic functions like `now()` in the template it will not be continuously re-evaluated, but only when an entity ID that is referenced is changed. If you need to periodically re-evaluate the template, reference a sensor from the [Time and Date](/integrations/time_date/) component that will update minutely or daily. {% raw %} ```yaml