Description of problem:
in a python script:
import homeassistant.config
import homeassistant.remote
do not work in a docker container.
Expected:
The imports work.
Traceback (if applicable):
python z-wave-graph.py --ssl --port 443
Traceback (most recent call last):
File “z-wave-graph.py”, line 23, in
import homeassistant.config
ModuleNotFoundError: No module named ‘homeassistant’
Additional info:
Trying to use this:
This is the file trying to run:
Failing on line 23, will next fail on 24.
These are the Loaded modules:
I posted this issue on github. I’m just trying to figure out how to import homeassistant.config and .remote in the docker container to use this script. Any help would be appreciated.