Skip to content

Commit 0bcfc00

Browse files
authored
Remove stale statements from Bayesian docs (#17354)
1 parent 94de3e6 commit 0bcfc00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/_integrations/bayesian.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,3 @@ binary_sensor:
153153
```
154154

155155
{% endraw %}
156-
157-
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.
158-
159-
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).

0 commit comments

Comments
 (0)