Hi everyone, I’ve been using the Govee integration with my H6199 bulbs for a couple of years now, and it’s been working perfectly. However, after updating to HA 2025.06.x, the integration stopped working. I’m encountering an error in the logs, and I’m hoping someone can help me resolve this issue.
Here’s the error message I’m seeing:
python
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’?
I’m not very familiar with Python or the inner workings of Home Assistant, so I’m not sure how to fix this. I’ve tried searching online for similar issues, but I haven’t found anything that matches my problem. If anyone has any ideas or suggestions on how to resolve this, I would greatly appreciate it.
Thank you in advance for your help and support! ![]()