我按 https://bbs.hassbian.com/forum.php?mod=viewthread&tid=1148 里的方法, 在 我群晖的DOCKER里的HA 0.59.2 测试成功
然后再接入到树莓派的HASSIO里, 同样也是0.59.2, 但是在HASSIO里就报错
2017-12-09 16:39:38 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.6/asyncio/tasks.py", line 179, in _step
result = coro.send(None)
File "/usr/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/lib/python3.6/site-packages/homeassistant/core.py", line 745, in async_set
state = State(entity_id, new_state, attributes, last_changed)
File "/usr/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: climate.. Format should be <domain>.<object_id>