diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 79d4bde86c4..669968480b2 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -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.