OlafKroll

Results 2 comments of OlafKroll

> In custom_components/govee/init.py, the call was updated: > > await hass.config_entries.async_forward_entry_setup(entry, component) > was changed to: > > await hass.config_entries.async_forward_entry_setups(entry, (component,)) > The method name is now correct. Big thanks!...

> Duplicate of #235 ? no