- 积分
- 318
- 金钱
- 226
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 318
- 金钱
- 226
- HASS币
- 0
|
楼主 |
发表于 2018-6-19 18:38:40
|
显示全部楼层
感谢,但是还是那个错误,不过好像换了一种说法:你看看
Log Details (ERROR)
Tue Jun 19 2018 18:35:54 GMT+0800 (中国标准时间)
xiaomi_miio: Error on device update!
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity_platform.py", line 244, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/app/homeassistant/helpers/entity.py", line 325, in async_device_update
yield from self.async_update()
File "/config/custom_components/climate/xiaomi_miio.py", line 205, in async_update
ATTR_TEMPERATURE: state.temperature,
AttributeError: 'AirConditioningCompanionStatus' object has no attribute 'temperature' |
|