From 108d697ce442ed6abd7b9c2366782e72dd747108 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 28 Jun 2022 10:44:18 +0200 Subject: [PATCH] Weather unit conversion (#1376) --- docs/core/entity/weather.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/core/entity/weather.md b/docs/core/entity/weather.md index e4db8aa4..dfe88e3f 100644 --- a/docs/core/entity/weather.md +++ b/docs/core/entity/weather.md @@ -28,8 +28,14 @@ Properties should always only return information from memory and not do I/O (lik | wind_bearing | float or string | `None` | The current wind bearing in azimuth angle (degrees) or 1-3 letter cardinal direction. | forecast | array | `None` | Daily or Hourly forecast data. +### Unit Conversion + 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. + +The user also has the option to override the units for each weather entity. + ### Forecast Forecast data should either be daily or hourly.