On the host, my config folder is located at ~/home-assistant
. In the container, this is mapped to /config
, i.e. it’s right off the root of the container file system. This folder is where the custom_components
subfolder should be, and there isn’t a config
subfolder below this.
It doesn’t matter where the sensor file is on the host (or what it’s called), but it needs to be mapped into /usr/src/app/homeassistant/components/sensor/environment_canada.py
in the container, because the weather component relies on it being there.
I realize that this is a bit clunky, and I have a plan of how to address it, but haven’t been able to yet. Let me know if you’re still stuck.