From 0bcfc004d35f0dd4ce2f0d01a8d5724fd84976e8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 9 Apr 2021 13:16:53 +0200 Subject: [PATCH] Remove stale statements from Bayesian docs (#17354) --- source/_integrations/bayesian.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/_integrations/bayesian.markdown b/source/_integrations/bayesian.markdown index bc2efd7e794..04bb2cd501e 100644 --- a/source/_integrations/bayesian.markdown +++ b/source/_integrations/bayesian.markdown @@ -153,7 +153,3 @@ binary_sensor: ``` {% endraw %} - -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 updated. - -In this example, since the template is only evaluated on state change of `device_tracker.paulus` the template won't change state after 5 mins like intended. The ways to force template reevaluation are documented in the [template binary_sensor](/integrations/binary_sensor.template/#working-without-entities).