maint: Upgrade HACS and FontAwesome
This commit is contained in:
@@ -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")}}()
|
||||
@@ -1 +1 @@
|
||||
VERSION="20240814080035"
|
||||
VERSION="20240903140523"
|
||||
@@ -22,5 +22,5 @@
|
||||
"requirements": [
|
||||
"aiogithubapi>=22.10.1"
|
||||
],
|
||||
"version": "2.0.0"
|
||||
"version": "2.0.1"
|
||||
}
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user