snattanzi
snattanzi
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/hon/__init__.py", line 58, in async_setup_entry hass.config_entries.async_forward_entry_setup(entry, platform) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ConfigEntries' object has...
Next i'll copy paste my modified "custom_components/hon/__init__.py" file. The errore I got is still the same as before: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context result...
@B4rt0 I did restart but nothing worked for me. Then I double checked the code and modified again the yaml. Now it seems to work. This is the code of...
[The Candy integration..txt](https://github.com/user-attachments/files/21000090/The.Candy.integration.txt) This is my code of the init file