Reload Option missing

I am trying to rebuild an integration that was abandoned and I am actively using. Managed to make most of it work but I can’t get the “reload” option under the hamburger menu to appear (I I have to restart HA a lot). Any tips on adding the reload option? The config flow is implemented and working…

The reload options that appear in developer tools/yaml is just simply a list of integrations that have a service named reload. If you want your component to appear there, have you registered a reload service?

I think you need to add an async_unload_entry() function in the salus/__init__.py file.

That was it, thank you!

Great! Happy to be able to help :slight_smile: