Integrations Core code

I’m sure this is probably a simple question so please excuse my newness! I’m trying to find the python code for an integration in hassio. I’m running docker on HassOS 4.10. I ssh into my server as root and try to run ‘docker exec -t -i homeassistant /bin/bash’ but I get a command not found. Can anyone point me on where I can find it?

How do you SSH in ? I guess you SSH into the HA container, and there you won’t find a docker command.

github has the source.

This is what I’m looking for. Thank you!