Remove stale statements from Bayesian docs (#17354)

This commit is contained in:
Franck Nijhof 2021-04-09 13:16:53 +02:00 committed by GitHub
parent 94de3e6ca3
commit 0bcfc004d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).