knicka5171
Results
1
comments of
knicka5171
This fixed it for me: In custom_components/govee/__init__.py, find this line: await hass.config_entries.async_forward_entry_setup(entry, component) Change it to: await hass.config_entries.async_forward_entry_setups(entry, [component])