Started getting this error recently and the integration won't load. I have since updated HA to the latest update as well as HAOS to the latest. The error message remains the same:
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 11:16:39 (5 occurrences)
Last logged: 11:16:39
Error setting up entry Kitchen for adaptive_lighting
Error setting up entry Basement for adaptive_lighting
Error setting up entry Living and Dining Room for adaptive_lighting
Error setting up entry Office for adaptive_lighting
Error setting up entry default for adaptive_lighting
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/adaptive_lighting/__init__.py", line 70, in async_setup_entry
hass.config_entries.async_forward_entry_setup(config_entry, platform),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?