Pirate-Weather / pirate-weather-ha

Replacement for the default Dark Sky Home Assistant integration using Pirate Weather
https://pirateweather.net/
Apache License 2.0
358 stars 24 forks source link

can´t update to Integration Version 1.5.6 #291

Closed Bloodpack closed 1 month ago

Bloodpack commented 1 month ago

Describe the bug

can´t update to Integration Version 1.5.6

Expected behavior

update to Integration Version 1.5.6

Actual behavior

HACS not showing the update to version 1.5.6

in home assistant it shows version 1.5.5

I-V 1-5-5

in home assistant under config/custom_components/pirateweather the file manifest.json shows this

{
  "domain": "pirateweather",
  "name": "Pirate Weather",
  "codeowners": [
    "@alexander0042"
  ],
  "config_flow": true,
  "dependencies": [],
  "documentation": "https://github.com/alexander0042/pirate-weather-ha",
  "iot_class": "cloud_polling",
  "issue_tracker": "https://github.com/alexander0042/pirate-weather-ha/issues",
  "requirements": [
    "python-forecastio==1.4.0"
  ],
  "version": "1.5.5"
}

Home Assistant version

2024.8.2

Integration version

1.5.5

Other details

No response

Troubleshooting steps

cloneofghosts commented 1 month ago

Sorry about this. I forgot to bump the version in the manifest.json file which is why HACS and HA display different version numbers. HACS is correct and you are running 1.5.6.

I've bumped the version number and re-released 1.5.6 so if you re-download the update both should show 1.5.6.

Bloodpack commented 1 month ago

Sorry about this. I forgot to bump the version in the manifest.json file which is why HACS and HA display different version numbers. HACS is correct and you are running 1.5.6.

I've bumped the version number and re-released 1.5.6 so if you re-download the update both should show 1.5.6.

re-download did work...

Thank you for the quick fix and your work👍