I am running HA in a Docker container on a Synology nas.
I want to add a Nefit component to my HA config. This requires a virtual phython environment.
I am not familiar with this. How can I easily accomplish this? Do I need to run a different Python container or can I add this in the HA command line directly?
I don’t understand what the link is with Python? I have installed Python locally on my synology.
But I think I need a virtual Python container in docker to be able to work with this component in HA?
Try to do this…
create a folder named custom_components then enter this fodlder and create another folder climate.
download the file netfit.py and copy it in the folder climate.