Hi all, I'm relatively new to HA and prob still confused about HAOS architecture...I have a hopefully simple question: in which environment am I when I use the web terminal? I thought it would land in the homeassistant docker container within HAOS, but it seems a subset of it.
Background: I am using a custom integration that kinda works but has issues. It uses a python library that I want to debug/fix. In the logs I see it sits in /usr/local/lib/python3.13/site-packages/etc. - which is doesn't exist in the web-terminal. I see all the files I need if I get into the docker container from the command line instead.
Bonus question: should I change some of the files within site-packages will the change get wiped at the next update of HAOS or HA Core/Supervisor/OS? I guess not but I read something on some forum that was unclear.
Thanks!!
A.