mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 01:06:30 +00:00
Weather unit conversion (#1376)
This commit is contained in:
parent
f2f7009e58
commit
108d697ce4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user