maint: Upgrade HACS and FontAwesome

This commit is contained in:
2024-11-09 07:59:13 -08:00
parent d32dfcebcb
commit 9cba82fe6b
1601 changed files with 1358 additions and 1649 deletions

View File

@@ -410,8 +410,6 @@ class HacsRepository:
@property
def pending_update(self) -> bool:
"""Return True if pending update."""
if not self.can_download:
return False
if self.data.installed:
if self.data.selected_tag is not None:
if self.data.selected_tag == self.data.default_branch: