shadtas

Results 1 comments of shadtas

This > 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]) This fixed it...