- 积分
- 708
- 金钱
- 631
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 708
- 金钱
- 631
- HASS币
- 0
|
发表于 2022-9-24 09:13:32
|
显示全部楼层
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 281, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/heweather_forecast/weather.py", line 66, in async_setup_platform
yield from data.async_update(dt_util.now())
File "/config/custom_components/heweather_forecast/weather.py", line 355, in async_update
datemsg = forecast["daily"]
KeyError: 'daily'
这个错误如何处理啊 |
|