I would like to reference the releases/latest source from GitHub in the external_component section of ESPHome. Until now, I believe I had been using the configuration below without issues, but recently it no longer seems to work. I’m not sure if I had been using it incorrectly all along, or if something has changed recently. Could you help clarify this?
This means, by default you get the what is checked in the “main” branch. You can specify a tag or branch to get different results. What you need to put in there will depend on the process each component uses. Not everyone uses the same tagging and branching strategy.
Thank you for your response. That’s right. specific tags and branches work as expected. However, what I want is the latest release. I’m not sure if I was using an unsupported feature incorrectly or if there’s another way to achieve this.
Previously, it seemed like the release code was being applied, but now, no matter how I configure it, the code from the main branch is being used. I’m not sure if I was mistaken all along in thinking the release code was applied.
Since this appears to be your repo, it might be better to describe what problem you are trying to solve with using the latest release. Perhaps creating and updating a release branch would work. Or perhaps having a tag for latest would be better.