There was 2 typos at the very bottom of the page (#15955)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Ventilix 2020-12-22 14:59:59 +01:00 committed by GitHub
parent df89a10072
commit 5b35e3679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,4 +480,4 @@ The default priority of operators is that the filter (`|`) has priority over eve
```
{% endraw %}
Would round `10` to 2 decimal places, then divide `states('sensor.temperature')` by that.
Would round `10` to 2 decimal places, then divide `states('sensor.temperature')` by `10` (rounded to 2 decimal places so 10.00). This behavior is maybe not the one expected, but priority rules imply that.