Hi Folks,
I am adding a new feature to Thermia Heatpump integration. I have been trying to test myself on my own HomeAssistant setup and having a frustrating time of it. I am using the KVM/Proxmox HomeAssistant image, which may be the source of the problem.
To test, I have my own version of ha-thermia-heat-pump-integration on github, whose manifest.json and requirements.txt point to my own version of python-thermia-online-api also on github.
I am using the manual installation method documented in the README, which installs my own version of the integration to config/custom_components perfectly.
The problem is that no matter what I try HomeAssistant will not install my github version of python-thermia-online-api, when I reinstall ha-thermia-heat-pump-integration. I have confirmed this by checking through the docker console.
âžś ~ docker exec -it homeassistant sh
/config # grep REG_OPER_TIME_HOT_WATER /usr/local/lib/python3.12/site-packages/ThermiaOnlineAPI/const.py
REG_OPER_TIME_HOT_WATER = "REG_OPER_TIME_HOT_WATER"
/config # grep REG_OPER_TIME_HEATING /usr/local/lib/python3.12/site-packages/ThermiaOnlineAPI/const.py
<new CONST is missing>
/config #
Any ideas how I can force home assistant to redownload and reinstall the dependencies described by my version of ha-thermia-heat-pump-integration?