One of my integrations needs a specific python library. If I restart the HA container, that particular library vanishes. Reinstalling it within a running container fixes the issue.
So. What would probably be the best way to fix that? What are your thoughts?
(I do not want to have a custom image that runs pip install somelibrary…)
There seems to be an error with the version numbers. PyPI is listing “0.7.6”, whereas the Github repo only has “0.7.3” as the latest version. Try it with “0.7.3” and see, if it works.