- 积分
- 656
- 金钱
- 570
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
高级会员
- 积分
- 656
- 金钱
- 570
- HASS币
- 0
|
发表于 2023-3-30 22:14:55
|
显示全部楼层
我的组件也加载失败了,下面的log不知道够不够,先谢谢了!
此错误来自自定义集成。
Logger: homeassistant.config_entries
Source: custom_components/ds_air/__init__.py:50
Integration: DS-AIR (documentation)
First occurred: 22:08:44 (2 occurrences)
Last logged: 22:12:49
Error setting up entry 金制空气 for ds_air
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 304, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/ds_air/__init__.py", line 50, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setups'
|
|