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:
Matteo Gheza 2023-10-06 08:25:08 +02:00 committed by GitHub
parent e79f93d93c
commit fd928c5418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. |