mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Change OpenWeatherMap unit_of_measurement from mm to mm/h (#29195)
* Change OpenWeatherMap unit_of_measurement from mm to mm/h Co-authored-by: Rick Auch <48502913+mekaneck@users.noreply.github.com> * Less ambiguous OpenWeatherMap rain/snow sensors description --------- Co-authored-by: Rick Auch <48502913+mekaneck@users.noreply.github.com>
This commit is contained in:
parent
e79f93d93c
commit
fd928c5418
@ -72,8 +72,8 @@ The Weather entity provides data only in English. Home Assistant automatically t
|
||||
| `humidity` | Humidity, %. |
|
||||
| `precipitation_kind` | The kind of precipitation (Rain, Snow, Snow and Rain, None) for the last hour. |
|
||||
| `pressure` | Atmospheric pressure at sea level, hPa. |
|
||||
| `rain` | Rain volume for the last hour, mm. |
|
||||
| `snow` | Snow volume for the last hour, mm. |
|
||||
| `rain` | Rain precipitation, mm/h. |
|
||||
| `snow` | Snow precipitation, mm/h. |
|
||||
| `temperature` | Temperature, ºC. |
|
||||
| `uv_index` | UV Index. |
|
||||
| `visibility` | Average visibility, m. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user