-
Notifications
You must be signed in to change notification settings - Fork 10
Improved search bar, buttons, style, favicon and formatting, merged all media in a folder #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
bddb371
Improved search bar, buttons, style, favicon and formatting, merged a…
PilaScat f4b55b4
Update site.webmanifest
PilaScat 843cf6a
Merge branch 'main' into pr/PilaScat/30
PilaScat f4f44ad
Merge branch 'DJS91:main' into main
PilaScat a9d2cfd
Updated showcase
PilaScat 0bb18b9
Fix image URL extension in README.md
PilaScat 3dbff8d
Added logo
PilaScat 335b5cb
Reduce logo size in README.md for better display
PilaScat ae2c355
Changed logo
PilaScat cd527c7
Add HACS badge to README.md and update codeowners in manifest.json
PilaScat 9942b00
Made links relative to the repository
PilaScat 66925a6
Update README.md
PilaScat b81d306
Update manifest.json
DJS91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,8 +1,8 @@ | ||
| # Music Assistant Jukebox Integration | ||
| # <img src="logo.png" width="25" height="25"> Music Assistant Jukebox Integration | ||
|
|
||
| A Home Assistant integration that provides a web-based song request system that integrates with Music Assistant to create an interactive jukebox experience for guests! | ||
|
|
||
|  | ||
|  | ||
|
|
||
| ## Features | ||
| - Real-time song search across all connected Music Assistant providers | ||
|
|
@@ -24,6 +24,9 @@ Before installing this integration, make sure you have: | |
| ## Installation | ||
|
|
||
| ### HACS (Recommended) | ||
| [](https://my.home-assistant.io/redirect/hacs_repository/?owner=DJS91&repository=HAMusicAssistantJukebox&category=Integration) | ||
|
|
||
| or | ||
| 1. Add this repository to HACS as a custom repository | ||
| - HACS > Menu > Custom repositories | ||
| - URL: `https://github.com/DJS91/HAMusicAssistantJukebox` | ||
|
|
@@ -88,13 +91,3 @@ To use the blueprint: | |
| 4. Configure: | ||
| - Media Player: Select your Music Assistant media player | ||
| - Default Playlist: Enter the name of your fallback playlist | ||
|
|
||
| ## Contributing | ||
|
|
||
| Feel free to contribute! Open an issue or submit a PR. | ||
|
|
||
| ## Credits | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Already present in the sidebar, better to leave them there so you don't have to update the readme every time |
||
|
|
||
| Based on the original [HAMusicAssistantJukebox](https://github.com/DJS91/HAMusicAssistantJukebox) by DJS91. | ||
| Integration developed by @DJS91 and @TheOddPirate. | ||
|
|
||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONTRIBUTING.md already present