Skip to content

Commit

Permalink
Bump minimum HA version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsfaber authored Oct 6, 2024
1 parent 93ffa9a commit 2b0fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"zip_release": true,
"filename": "alarmo.zip",
"hide_default_branch": true,
"homeassistant": "2024.7.0"
"homeassistant": "2024.10.0"
}

3 comments on commit 2b0fd08

@tackin
Copy link

@tackin tackin commented on 2b0fd08 Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not how it works in hacs. You need to put this version-bump into or before the release-commit or it is ignored by hacs.
We had this problem in the past.
Hacs now sees the new release again as available for 2024.7.x
Hope no one tries to install it on 2024.9.x

@nielsfaber
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tackin

You need to put this version-bump into or before the release-commit

What do you mean precisely?
This change is now part of the v1.10.5 release package/tag. I thought this was correct.

@tackin
Copy link

@tackin tackin commented on 2b0fd08 Oct 10, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.