So is the Container version not able to add 3rd party integrations?

So If I wanted to add

to the Containerized Home Assistant am I just completely out of luck?

Nope. Container does not support addons. But, since addons are basically just docker containers themselves, you can usually suss out the commands to add it to a docker-compose file and run them that way.

With that said, what you posted is not an addon. It’s an integration that’s installed through HACS.

Use the Manual Install method at the GitHub link you provided.

To install this integration, copy the network_scanner directory into the custom_components directory of your Home Assistant installation.

Pretty much copy it to /config/custom_components folder and make it executable

1 Like

Awesome…thank!!