Whiskaya
(Matias Vizcaya)
July 24, 2025, 11:22pm
1406
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?
P6Dave
(Dave Forrester)
October 10, 2025, 8:19am
1409
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 :
select HDMI port
“VIDEO” mode
…
please could you help me
thanks a lot
i have a h6603 and same thing not all “option” do you find a solution please
plainskill
(Max Luecke)
December 3, 2025, 1:32am
1413
H6008 appears to be fully functional!
Sebas2
(Seb)
January 15, 2026, 8:55pm
1414
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.