-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Music Assistant client to 2.2.4 + add new transfer queue service (…
- Loading branch information
1 parent
d79038e
commit 665c740
Showing
6 changed files
with
117 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,14 @@ | ||
{ | ||
"domain": "mass", | ||
"name": "Music Assistant", | ||
"after_dependencies": [ | ||
"media_source", | ||
"media_player" | ||
], | ||
"codeowners": [ | ||
"@music-assistant" | ||
], | ||
"after_dependencies": ["media_source", "media_player"], | ||
"codeowners": ["@music-assistant"], | ||
"config_flow": true, | ||
"documentation": "https://music-assistant.io", | ||
"iot_class": "local_push", | ||
"issue_tracker": "https://github.com/music-assistant/hass-music-assistant/issues", | ||
"loggers": [ | ||
"music_assistant" | ||
], | ||
"requirements": [ | ||
"music-assistant==2.1.3" | ||
], | ||
"loggers": ["music_assistant"], | ||
"requirements": ["music-assistant==2.2.4"], | ||
"version": "0.0.0", | ||
"zeroconf": [ | ||
"_mass._tcp.local." | ||
] | ||
"zeroconf": ["_mass._tcp.local."] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters