jihao / colorfulclouds-hass

A hass component to integrate with colorfulclouds (彩云天气)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

最高温度错误?

liyiecho opened this issue · comments

image
如果没理解错的话,上面温度应该是最高温度,但是查看json发现是使用avg的,应该把代码里的avg改成max
image

ATTR_FORECAST_TEMP: self._forecast_data['result']['daily']['temperature'][i]['avg'],

Thanks ! Fixed now in version 0.1.2.
937e4c3