日志记录器: homeassistant.config_entries
来源: config_entries.py:749
首次出现: 21:48:33 (3 次出现)
上次记录: 21:50:25
Error setting up entry HuaRunRQ for huarunrq
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/huarunrq/__init__.py", line 17, in async_setup_entry
hass.config_entries.async_forward_entry_setup(config_entry, "sensor")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?