Code Monkey home page Code Monkey logo

Comments (6)

osks avatar osks commented on August 23, 2024 1

Do you mean f1d5810 and aba76b0? Those are git commit hashes. There are no incremental version numbers (not sure how/if that's possible with HACS).

from hass-gardena-smart-system.

Jpsy avatar Jpsy commented on August 23, 2024 1

Just a wild guess:
Did you tag your master commits with version numbers in Git? Tagging is the standard method to define and communicate a version number in Git. And I bet HACS reads and displays those Git tags. And if they are missing it displays the first chars of the commit hash instead.

from hass-gardena-smart-system.

northpower25 avatar northpower25 commented on August 23, 2024 1

I think the problem is that you per now change the master and not create different releases for changes

Example from an other Integration (Alexa Media Player https://github.com/custom-components/alexa_media_player)
EA785C5A-8B5C-468C-A09E-570F15A67DFC
83E493F8-82CF-4620-9895-CC9BEDAD04B8

from hass-gardena-smart-system.

Jpsy avatar Jpsy commented on August 23, 2024

This is a typical case of RTFM. :P
And @northpower25 it's right:

HACS version numbers are based on GitHub release numbers. GitHub release numbers in turn are bases of tags. But the HACS documentation clearly states that you need full releases, not only tags:

Versions

If the repository uses GitHub releases, the tagname from the latest release is used to set the remote version. (**NB: just publishing tags is not enough, you need to publish releases)
If the repository does not use those, the 7 first characters of the last commit will be used.

https://hacs.xyz/docs/publish/start#versions

from hass-gardena-smart-system.

osks avatar osks commented on August 23, 2024

I hadn't gotten as far as looking into creating releases for HACS, but that makes sense to start doing.

from hass-gardena-smart-system.

osks avatar osks commented on August 23, 2024

Please continue in the new repository: py-smart-gardena/hass-gardena-smart-system#3

from hass-gardena-smart-system.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.