diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index 2e1c7d5292e..c85b8ffdd3c 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -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. |