maint: Update HACS to 2.0.5

This commit is contained in:
2025-01-28 05:49:12 -08:00
parent 97d51536a9
commit b02e3c0ac7
5 changed files with 10 additions and 7 deletions

View File

@@ -927,9 +927,6 @@ class HacsRepository:
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