cryptk / haomnilogic-local

A Home Assistant integration for Hayward OmniLogic/OmniHub pool controllers using the local UDP api
Apache License 2.0
18 stars 4 forks source link

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

Closed toddhutch closed 1 month ago

toddhutch commented 2 months ago

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

agodinij commented 1 month ago

I see the same.

cryptk commented 1 month ago

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)