Skip to content

Commit

Permalink
Music Assistant repository is now built in (home-assistant#21496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Jul 29, 2024
1 parent 945c4a6 commit 2faa8fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ class HassioRepositoriesDialog extends LitElement {
repo.slug !== "core" && // The core add-ons repository
repo.slug !== "local" && // Locally managed 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) =>
caseInsensitiveStringCompare(a.name, b.name, this.hass.locale.language)
Expand Down

0 comments on commit 2faa8fe

Please sign in to comment.