2020-07-03 09:39:17 ERROR (MainThread) [homeassistant.components.weather] Error while setting up hf_weather platform for weather
Traceback (most recent call last):
File "/home/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/home/homeassistant/.homeassistant/custom_components/hf_weather/weather.py", line 86, in async_setup_platform
yield from data.async_update(dt_util.now())
File "/home/homeassistant/.homeassistant/custom_components/hf_weather/weather.py", line 405, in async_update
[forec_cond[4], int(datemsg[4]["tmp"]["max"]), int(datemsg[4]["tmp"]["min"]), datemsg[4]["date"], datemsg[4]["pcpn"], datemsg[4]["pop"]],
IndexError: list index out of range