Music Assistant repository is now built in (#21496)

This commit is contained in:
Mike Degatano 2024-07-29 11:09:33 -04:00 committed by GitHub
parent 945c4a66b1
commit 2faa8fec17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,8 @@ class HassioRepositoriesDialog extends LitElement {
repo.slug !== "core" && // The core add-ons repository repo.slug !== "core" && // The core add-ons repository
repo.slug !== "local" && // Locally managed add-ons repo.slug !== "local" && // Locally managed add-ons
repo.slug !== "a0d7b954" && // Home Assistant Community Add-ons repo.slug !== "a0d7b954" && // Home Assistant Community Add-ons
repo.slug !== "5c53de3b" // The ESPHome repository repo.slug !== "5c53de3b" && // The ESPHome repository
repo.slug !== "d5369777" // Music Assistant repository
) )
.sort((a, b) => .sort((a, b) =>
caseInsensitiveStringCompare(a.name, b.name, this.hass.locale.language) caseInsensitiveStringCompare(a.name, b.name, this.hass.locale.language)