Skip to content

Commit

Permalink
Remove additional check for .can_download
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 14, 2025
1 parent 7718544 commit 836638f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/hacs/repositories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,6 @@ async def async_install_repository(self, *, version: str | None = None, **_) ->
raise HacsException("repository.content.path.local is None")
self.validate.errors.clear()

if not self.can_download:
raise HacsException("The version of Home Assistant is not compatible with this version")

version_to_install = version or self.version_to_download()
if version_to_install == self.data.default_branch:
self.ref = version_to_install
Expand Down

0 comments on commit 836638f

Please sign in to comment.