Have been using the Govee integration to control my H6199 for a couple of years now. Since upgrading to HA 2025.06.x, the integration no longer starts for me. I get this error in the logs:
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: 15:36:58 (1 occurrence)
Last logged: 15:36:58
Error setting up entry govee for govee
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/govee/__init__.py", line 72, in async_setup_entry
await 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'?
Any ideas on how to resolve?