Error with Gove Integration since updating to 2025.06.x

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?

I too am getting this same error. Grateful for suggestions on how to solve :slightly_smiling_face:

As an update, the dev has shifted their attention from Govee Lan Control addon to work on one that uses MQTT:

https://github.com/wez/govee2mqtt

I removed Govee Lan Control, installed the MQTT based addon using the instructions from the URL above and all is well again

Many thanks to Wez for their continued work on this addon!

Unfortunately the H6199 does not support LAN control :frowning:

However, I found this and can confirm it works!

2 Likes

thanks so much, works for me!!