From 67d439a87a499432edc30e3dc3862797c89d3a8e Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 28 Jun 2022 11:20:31 +0200 Subject: [PATCH] Weather - improve text (#1377) Co-authored-by: Franck Nijhof --- docs/core/entity/weather.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/entity/weather.md b/docs/core/entity/weather.md index dfe88e3f..7d423e21 100644 --- a/docs/core/entity/weather.md +++ b/docs/core/entity/weather.md @@ -32,9 +32,9 @@ Properties should always only return information from memory and not do I/O (lik Properties have to follow the units mentioned on the respective unit of measurement in the table. -For the user, properties will be presented according to the unit system set by the user. +To the user, properties will be presented according to the unit system. This is achieved by automatically converting units when creating state objects. -The user also has the option to override the units for each weather entity. +For each weather entity, the user also has the option to override the presentation units, i.e., the units used in the state objects. ### Forecast