You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to the backend (integration part) of HACS.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This is a bug and not a feature request.
This issue is not a duplicate issue of currently open or issues pending release.
Describe the issue
If an integration makes a new releae that targets beta or newer version. The integration becomes impossible to install even for older release that do not have a beta target
Reproduction steps
Make a release that targets a beta versio per example 2024.11.0b0
Try to install or update the integration using an older version
Note that the minimal Home Assistant version for the older version is valid for your current Home Assistant install. The error message doesn't specify a version problem just an incompatibility. Removing the b0 in the hacs.json file in the master branch resolves the issue, even if no releases were changed. The content of the master branch should not impact releases. Some development workflow like continuous improvement will have beta content in the master branch and should be expected to not match the release content.
Debug logs
2024-11-04 12:15:16.896 INFO (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Running pre installation steps
2024-11-04 12:15:16.896 INFO (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Pre installation steps completed
2024-11-04 12:15:16.896 INFO (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Running installation steps
2024-11-04 12:15:16.896 DEBUG (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Getting repository information
2024-11-04 12:15:16.986 DEBUG (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Did not update, content was not modified
2024-11-04 12:15:16.986 ERROR (MainThread) [custom_components.hacs] <Integration fondberg/spotcast> Downloading fondberg/spotcast with version v3.9.0 failed with (The version of Home Assistant is not compatible with this version)
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered:
Make sure you have read the issue guidelines and that you filled out the entire template.
If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a 👍 reaction to the issue description. Thanks! 👍
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Dashboards
Recorder
Spotify
Checklist
Describe the issue
If an integration makes a new releae that targets beta or newer version. The integration becomes impossible to install even for older release that do not have a beta target
Reproduction steps
2024.11.0b0
Note that the minimal Home Assistant version for the older version is valid for your current Home Assistant install. The error message doesn't specify a version problem just an incompatibility. Removing the
b0
in the hacs.json file in the master branch resolves the issue, even if no releases were changed. The content of the master branch should not impact releases. Some development workflow like continuous improvement will have beta content in the master branch and should be expected to not match the release content.Debug logs
Diagnostics dump
No response
The text was updated successfully, but these errors were encountered: