core/homeassistant/components/metoffice
Ian Harcombe 74023fce21
Fix for issue #53031 (#53343)
Logs from issue #53031 show that not only ints are appearing in the values for the forecast data now, so change the check from just for int, to see whether the value has a "value" attribute before dereferencing it.
2021-07-22 09:24:47 -07:00
..
translations [ci skip] Translation update 2021-07-22 00:10:31 +00:00
__init__.py Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
config_flow.py Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
const.py Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
data.py Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
helpers.py Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
manifest.json Add forecasts to MetOffice integration (#50876) 2021-06-27 15:04:42 -04:00
sensor.py Fix for issue #53031 (#53343) 2021-07-22 09:24:47 -07:00
strings.json
weather.py Use iso-formatted times in MetOffice weather forecast (#52672) 2021-07-08 10:01:06 +02:00