diff --git a/source/_posts/2023-03-01-release-20233.markdown b/source/_posts/2023-03-01-release-20233.markdown index 208f9ad742a..4cf37f6477d 100644 --- a/source/_posts/2023-03-01-release-20233.markdown +++ b/source/_posts/2023-03-01-release-20233.markdown @@ -178,8 +178,8 @@ Note: This is a temporary placeholder screenshot. Needs replacement. ## Sensor precision -Got a sensor that has too many decimals in its numeric value? You'd like it to -round it to a single, or maybe even no decimals at all? +Got a sensor that has too many decimals in its numeric value? Would you like +to round it to a single or maybe even no decimals? Just ~~create a template sensor~~ change it directly from the UI! @@ -192,7 +192,7 @@ This has also been extended into integrations, which now can provide a more precise value while suggesting to, show it with less precision by default. This allows you to change it if you don't like the defaults. -When writing templates, you can also take advantage of the configured precision, +You can also take advantage of the configured precision when writing templates, as the `states()` function has been extended to help with that. You can find more information on [formatting sensor states in the templating documentation](/docs/configuration/templating/#formatting-sensor-states).