I am switching to a docker hassio container (PC) form hasbian on a Pi and I am trying to override the AquaLogic component.
My configuration.yaml is located in a folder /config
I made a folder /custom_components/aqualogic inside that folder and added a modified core.py file.
This is not working to override the builtin core.py
On the Pi, I just modified /srv/homeassistant/lib/python3.6/site-packages/aqualogic/core.py and the component worked correctly.
Any idea why I can’t override this with /custom_components??
I also can’t seem to figure out how to find the /site-packages folder in docker?? I’m very new to docker.