Thataustinguy
Results
1
comments of
Thataustinguy
> 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]) Bros over here solving...