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

@@ -1 +1 @@
!function(){function n(n){var e=document.createElement("script");e.src=n,document.body.appendChild(e)}if(/.*Version\/(?:11|12)(?:\.\d+)*.*Safari\//.test(navigator.userAgent))n("/hacsfiles/frontend/frontend_es5/entrypoint.4G_vEpsjfjQ.js");else try{new Function("import('/hacsfiles/frontend/frontend_latest/entrypoint.xkDQGhK7H8M.js')")()}catch(e){n("/hacsfiles/frontend/frontend_es5/entrypoint.4G_vEpsjfjQ.js")}}()
!function(){function n(n){var e=document.createElement("script");e.src=n,document.body.appendChild(e)}if(/.*Version\/(?:11|12)(?:\.\d+)*.*Safari\//.test(navigator.userAgent))n("/hacsfiles/frontend/frontend_es5/entrypoint.W8HpFKTV-jg.js");else try{new Function("import('/hacsfiles/frontend/frontend_latest/entrypoint.3UR5SnLC394.js')")()}catch(e){n("/hacsfiles/frontend/frontend_es5/entrypoint.W8HpFKTV-jg.js")}}()

View File

@@ -1 +1 @@
VERSION="20240814080035"
VERSION="20240903140523"

View File

@@ -22,5 +22,5 @@
"requirements": [
"aiogithubapi>=22.10.1"
],
"version": "2.0.0"
"version": "2.0.1"
}

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: