-
-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Qualify Music Assistant to Bronze Quality Level #155260
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
67 commits
Select commit
Hold shift + click to select a range
1f4f16c
Create quality_scale.yaml
OzGav acc3716
Update quality_scale.yaml
OzGav 76ea86b
Update quality_scale.yaml
OzGav 144b24f
Update quality_scale.yaml
OzGav e7cb200
Update quality_scale.yaml
OzGav 096241e
Update quality_scale.yaml
OzGav 8f8fc3e
Update quality_scale.yaml
OzGav f60011e
Update quality_scale.yaml
OzGav 79af535
Add quality level
OzGav 54da46a
Merge branch 'home-assistant:dev' into dev
OzGav d9b7dac
Update quality_scale.yaml
OzGav 512dd08
Update quality_scale.yaml
OzGav 83a43a0
Merge branch 'home-assistant:dev' into dev
OzGav 40202b1
Update strings.json
OzGav d2d680c
Update quality_scale.yaml
OzGav 5c85765
Remove music assistant from list of no quality scale integrations
OzGav 5f1db9f
Merge branch 'dev' into dev
OzGav b801bfc
Remove whitespace
OzGav 8d0079b
Fix manifest key order
OzGav 7619c98
Merge branch 'home-assistant:dev' into dev
OzGav 99d7570
Update quality_scale.yaml
OzGav d32abf4
Mark docs supported devices done
OzGav 320eb99
Remove type overwrite
OzGav 8f621ad
Fix try block
OzGav ed9d388
Add repeat mode mapping
OzGav e19f6b9
Fix strings
OzGav 0d017cb
Patch the library
OzGav 2103783
Merge branch 'dev' into dev
OzGav 2aa17e8
Replace comma
OzGav a7f81b1
Apply suggestion from @OzGav
OzGav 6e80cab
lint
OzGav 2915e24
Fix missing import
OzGav 9f16b94
fix strings
OzGav 8504efd
Fix settings.json
OzGav 3e5ce91
Revert mock_get_server_info
OzGav 7ac22ce
Remove unnecessary import
OzGav be1c2b1
Update snapshot
OzGav abd55b3
Revert changes
OzGav ea5db79
Update test_media_player.ambr
OzGav ba579ea
Merge branch 'home-assistant:dev' into dev
OzGav 890179c
Remove example URLs
OzGav 1bd9e94
Fix typo
OzGav e04d354
Merge branch 'dev' into ma-quality
OzGav ded2fcc
Remove duplicate key
OzGav d8f7acf
Remove extra comma
OzGav a40cb1c
Fix strings.json
OzGav a5872b0
Fix strings.json
OzGav 5b7bdca
Add user data and description to strings.json
OzGav a35532a
Reorder keys
OzGav 9eca4a7
Merge branch 'home-assistant:dev' into ma-quality
OzGav 9079cb5
Apply suggestion from @OzGav
OzGav 3f653c9
Apply suggestion from @OzGav
OzGav e5e4133
Apply suggestion from @OzGav
OzGav 4b31045
Revert changes
OzGav 4cf3edb
Apply suggestion from @OzGav
OzGav db3d129
Apply suggestion from @OzGav
OzGav 72428c9
Revert changes
OzGav e0e7130
Removed unused strings
OzGav 1d903ad
Apply suggestion from @OzGav
OzGav b58d93d
Apply suggestion from @OzGav
OzGav 687d683
Revert changes
OzGav 319f2be
Revert strings.json
OzGav 8ed77da
Merge branch 'dev' into ma-quality
OzGav 7cec1e1
Merge branch 'dev' into ma-quality
OzGav 1a4b4a8
Merge branch 'dev' into ma-quality
OzGav 86bd314
Apply suggestions from code review
arturpragacz 71f420a
Merge branch 'dev' into ma-quality
arturpragacz 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
64 changes: 64 additions & 0 deletions
64
homeassistant/components/music_assistant/quality_scale.yaml
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 |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| rules: | ||
| # Bronze | ||
| action-setup: done | ||
| appropriate-polling: | ||
| status: exempt | ||
| comment: Integration is local push | ||
| brands: done | ||
| common-modules: done | ||
|
arturpragacz marked this conversation as resolved.
|
||
| config-flow-test-coverage: done | ||
| config-flow: done | ||
| dependency-transparency: done | ||
| docs-actions: done | ||
| docs-high-level-description: done | ||
|
OzGav marked this conversation as resolved.
|
||
| docs-installation-instructions: done | ||
|
OzGav marked this conversation as resolved.
|
||
| docs-removal-instructions: done | ||
| entity-event-setup: done | ||
| entity-unique-id: done | ||
| has-entity-name: done | ||
| runtime-data: done | ||
| test-before-configure: done | ||
| test-before-setup: done | ||
| unique-config-entry: done | ||
|
|
||
| # Silver | ||
| action-exceptions: todo | ||
| config-entry-unloading: done | ||
| docs-configuration-parameters: done | ||
| docs-installation-parameters: done | ||
| entity-unavailable: done | ||
| integration-owner: done | ||
| log-when-unavailable: todo | ||
| parallel-updates: todo | ||
| reauthentication-flow: | ||
| status: exempt | ||
| comment: Devices don't require authentication | ||
| test-coverage: todo | ||
|
|
||
| # Gold | ||
| devices: done | ||
| diagnostics: todo | ||
| discovery-update-info: done | ||
| discovery: done | ||
| docs-data-update: todo | ||
| docs-examples: done | ||
|
OzGav marked this conversation as resolved.
|
||
| docs-known-limitations: done | ||
| docs-supported-devices: done | ||
|
OzGav marked this conversation as resolved.
|
||
| docs-supported-functions: done | ||
| docs-troubleshooting: done | ||
| docs-use-cases: done | ||
| dynamic-devices: done | ||
| entity-category: done | ||
| entity-device-class: done | ||
| entity-disabled-by-default: done | ||
| entity-translations: done | ||
| exception-translations: todo | ||
| icon-translations: done | ||
| reconfiguration-flow: todo | ||
| repair-issues: done | ||
| stale-devices: done | ||
|
|
||
| # Platinum | ||
| async-dependency: done | ||
| inject-websession: done | ||
| strict-typing: done | ||
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.
Uh oh!
There was an error while loading. Please reload this page.