Hi, when loading custom components, there is a requirements section in the manifest.json file where you can install packages…
But i am testing something and I what to load a specific commit posted on GitHub… How can i link to that specific commit ? So that one will be installed?
You may be able to do it with syntax like this (“Direct references” section). Or you can manually pull the commit into the HA container (assuming you’re running container, supervised, or HA OS) or your venv, but that requires a bit more experience.
I used similar syntax to pull a requirement from my repo before I published to PyPi:
To handle version control systems that do not support including commit or tag references directly in the URL, that information may be appended to the end of the URL using the @ or the @# notation.