|
升级core6.0后,突然不行了。日志如下:
日志记录器: homeassistant.config_entries
来源: config_entries.py:749
首次出现: 08:35:24 (1 次出现)
上次记录: 08:35:24
Error setting up entry ezviz_cn-1c6f01ea for ezviz
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/ezviz/__init__.py", line 76, in async_setup_entry
hass.config_entries.async_forward_entry_setup(entry, component)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'? |
|