dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and actions in your config files
MIT License
481 stars 20 forks source link

HACS showing false available updates #42

Closed satyambaba closed 2 years ago

satyambaba commented 2 years ago

After I upgraded to HA 2022.5, HACS is showing available updates falsely. Please look at this screenshot.

Screenshot 2022-05-05 052025

For example - it is showing to update from v0.5.2 to v0.5.1, however v0.5.2 is the latest version which is already installed.

The github also shows the latest release as v0.5.2. https://github.com/dummylabs/thewatchman/releases/

satyambaba commented 2 years ago

It is possible that you are facing the same bug as https://github.com/hacs/integration/issues/2556

dreimer1986 commented 2 years ago

For me it does not show 0.5.2 release anymore. Same one like this: https://github.com/dummylabs/thewatchman/issues/39

rubicon commented 2 years ago

If you go to releases on this repo, it shows the latest as 0.5.1. I’m also on 0.5.2 getting the same message up(down)grade message. the 0.5.2 tag can be found under releases but does not show at the top as the latest release.

I believe issue #43 has it right about the cause being the version tag is set to V.0.5.2 instead of V0.5.2 (not the period after the V.

dummylabs commented 2 years ago

This is an intermitted problem on the github side since the middle of March (see the last comment here). There is a workaround for that I use to bring last release back, HACS should work as expected now. Feel free to reopen this ticket in case the problem happens again.

Daneish commented 2 years ago

GitHub Releases for the repo (and HACS) has now reverted back v0.2.5 2022-02-06. The workaround might be needed again.

dummylabs commented 2 years ago

Thanks, should be fixed now.

Daneish commented 2 years ago

Confirmed all good on my side. Thanks very much!