core/homeassistant/components/openweathermap
Hendrik Schröter 49daf57c54
Fix rain retrival for OWM (#39566)
As documented in the OWM API (https://openweathermap.org/api/one-call-api), rain and snow are reported on a 1h basis:

current.rain
    current.rain.1h (where available) Rain volume for last hour, mm
current.snow
    current.snow.1h (where available) Snow volume for last hour, mm
2020-09-03 08:16:38 +02:00
..
__init__.py
manifest.json
sensor.py Fix rain retrival for OWM (#39566) 2020-09-03 08:16:38 +02:00
weather.py Fix rain retrival for OWM (#39566) 2020-09-03 08:16:38 +02:00