After installing the latest HA update the Epic Games custom integration fails to start:
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 16:42:41 (2 occurrences)
Last logged: 16:43:59
Error setting up entry Epic Games GB for epic_games
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/epic_games/init.py", line 32, in async_setup_entry
hass.config_entries.async_forward_entry_setup(entry, platform)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?