-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Official releases/tags? #31
Comments
You can actually specify any git ref (including a commit sha) for external components, it's probably documented as branch or tag to keep it understandable for beginners. However, actually tagging a release isn't a bad idea. If I do that, it'll be current master though, not an old version.
What's not working? |
Somehow I lost all transmission of P1 smart energy meter after january 28th at least no data is present anymore in the Energy panel. Still debugging why, so far I can see multiple possible causes:
|
Have not seem to get it working, either:
or
when validating/building the yaml. |
Checked the source (https://github.com/esphome/esphome/blob/dev/esphome/git.py#L64-L75), and AFAICT they do not support specific branch/commit references |
Hmm, you're right, that's a bit disappointing it only does it for PRs. I'll make a release when I've a bit more time to do it properly, but in the meantime I've pushed the async-tcp branch with the last commit pre-socket refactor which you can use for testing. |
Indeed. Turned out to be faulty hardware, had to change a FET due to a short circuit. |
Could you create official releases or at least tags? That way it is easier to pin streamserver to a specific commit.
In my case it seems my local ESP device is not working with the current tip of master, but it is very hard to downgrade streamserver.
External components only tage branches or tags apparently if I consult the docs at https://esphome.io/components/external_components.html#external-components-git
The text was updated successfully, but these errors were encountered: