Govee integration

For those of you who have a crashed Govee integration as of HA 2025.6, if you get the following error:

AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setup'. Did you mean: 'async_forward_entry_setups'?

This can be corrected by going to /config/custom_components/govee/__init__.py and editing line 72.

Remove:

await hass.config_entries.async_forward_entry_setup(entry, component)

Add:

await hass.config_entries.async_forward_entry_setups(entry, (component,))
1 Like

I tried this fix and it did not fix my problem. I’m baffled as to why. Anyone else having this problem?

Anyone here got the H7127 air purifier to work?
I have installed the gove2mqtt add-on and it detect my lights just fine but not the purifier, any ideas?

Did you restart the addon when you added the H7127?

Yeah picked it up after, but maybe because I added the api key?
Only thing still missing is the motion sensor

Shows up on the addon, the H5129 item but it does not exist in mqtt as an entity, like the others do

Is it not supported?

hi all
i receive e h6603 govee
i see it in govee2mqtt
but icant see some option like :

i have a h6603 and same thing not all “option” do you find a solution please

H6008 appears to be fully functional!

H8057 (Outdoor spots), don’t show up in the app. My LED-Strip (H6159) does. Would be great if there comes support for H8057. Thanks in advance, and I would be happy to test if that’s possible/helpfull.