From 96879205db233fd951c8eb9ff7c4c22a718e0b98 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 11 Jul 2022 14:54:25 +0200 Subject: [PATCH] Correct information about number entity unit conversion in 2022.7 release notes (#23357) --- source/_posts/2022-07-06-release-20227.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_posts/2022-07-06-release-20227.markdown b/source/_posts/2022-07-06-release-20227.markdown index 3172bfecb73..e8fbe9ebce6 100644 --- a/source/_posts/2022-07-06-release-20227.markdown +++ b/source/_posts/2022-07-06-release-20227.markdown @@ -162,9 +162,8 @@ Home Assistant will take care of converting the values for you. Screenshot showing energy usage being compared from last week with the week before that -As a bonus, this same unit-changing feature is added to the number entities -that represent a temperature. For those number entities, you can now change -the units from Celsius to Fahrenheit (and the other way around). +On a similar note, number entities that represent a temperature are now converted to +the temperature unit used by the configured unit system. Thanks [@emontnemery] and [@gjohansson-ST] for adding this and updating all existing weather integrations to support this 👍.