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