- 积分
- 911
- 金钱
- 753
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 911
- 金钱
- 753
- HASS币
- 0
|
发表于 2017-11-25 15:10:27
|
显示全部楼层
请教楼主一个问题, 我的可以正常接入, 就是homeassistant的日志里面有很多错误Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step
result = coro.send(None)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 266, in async_update_ha_state
self.entity_id, state, attr, self.force_update)
File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 745, in async_set
state = State(entity_id, new_state, attributes, last_changed)
File "/usr/local/lib/python3.6/site-packages/homeassistant/core.py", line 535, in __init__
"Format should be <domain>.<object_id>").format(entity_id))
homeassistant.exceptions.InvalidEntityFormatError: Invalid entity id encountered: light.. Format should be <domain>.<object_id>
经测试, 只要在ha里面设备的名字是汉字的就会这样 |
|