- 积分
- 875
- 金钱
- 699
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 875
- 金钱
- 699
- HASS币
- 0
|
发表于 2020-8-5 10:21:37
|
显示全部楼层
0.112.1版本下一点一点改,目前卡在这里,来回调试,已经找不出办法了。大佬们,帮忙看看呗:
2020-08-05 10:19:52 ERROR (MainThread) [homeassistant.setup] Error during setup of component common_timer
Traceback (most recent call last):
File "/home/homeassistant/.local/share/virtualenvs/homeassistant-blabs_3G/lib/python3.7/site-packages/homeassistant/setup.py", line 193, in _async_setup_component
result = await asyncio.wait_for(task, SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/home/homeassistant/.homeassistant/custom_components/common_timer/__init__.py", line 338, in async_setup
yield from hass.data['sensor']._platforms[PLATFORM_KEY].async_add_entities(entities)
KeyError: ('template', None, 'common_timer')
|
|