From 5b0fb3fd6c7f6cc75a908c507b82653fffabb33d Mon Sep 17 00:00:00 2001 From: Stefan <37924749+stefanroelofs@users.noreply.github.com> Date: Tue, 5 Oct 2021 17:56:27 +0200 Subject: [PATCH] Fix broken links in documentation (#19610) Co-authored-by: Franck Nijhof --- source/_integrations/universal.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/universal.markdown b/source/_integrations/universal.markdown index 32a1e5c3aa0..d1fbfac37b4 100644 --- a/source/_integrations/universal.markdown +++ b/source/_integrations/universal.markdown @@ -94,7 +94,7 @@ It is also recommended that the command `volume_up`, the command `volume_down`, When providing `select_source` as a command, it is recommended to also provide the attributes `source`, and `source_list`. The `source` attribute is the currently select source, while the `source_list` attribute is a list of all available sources. -When using `state_template`, if you use a template that depends on the current time or some other non-deterministic result not sourced from entities, the template won't repeatedly update but will only update when the state of a referenced entity updates. For ways to deal with this issue, see the [example](/integrations/binary_sensor.template/#working-without-entities) in the template binary_sensor. +When using `state_template`, if you use a template that depends on the current time it is recommended to use `now()`. Using `now()` will cause templates to be refreshed at the start of every new minute. For more information see the [time](/docs/configuration/templating/#time) section in the template documentation. ## Usage examples