haomnilogic-local icon indicating copy to clipboard operation
haomnilogic-local copied to clipboard

Reloading using HACS to upgrade from 0.5.3 not updating version in integration

Open toddhutch opened this issue 1 year ago • 1 comments

Maybe this is the correct place to put this, when I look a tthe OmniLogic in HA ->Settings->OmniLogic Local. I see the attached image that shows 0.5.3, but when in HACS, it shows 0.7.2. image image

toddhutch avatar May 09 '24 17:05 toddhutch

I see the same.

agodinij avatar May 14 '24 19:05 agodinij

that's mostly just a display issue. It's because HACS goes by the git tag and Home Assistant goes by the version parameter in manifest.json. The version listed in HACS is correct, I just need to remember to update the version value in manifest.json (or have CI do it for me)

cryptk avatar Jun 07 '24 22:06 cryptk