2018-10-03 17:59:57 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 332, in _async_add_entity
'Invalid entity id: {}'.format(entity.entity_id))
homeassistant.exceptions.HomeAssistantError: Invalid entity id: remote.
我遇到这种错误,我的配置是这样的
remote:
- platform: xiaomi_miio
name: Aqara Air #万能遥控器
host: 192.168.31.19
token: 74c2272cc111111111
slot: 14
timeout: 30
hidden: false
commands:
1:
command:
- raw:123456
|