-
-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Add quality scale bronze to SamsungTV #142288
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
zweckj
merged 18 commits into
home-assistant:dev
from
chemelli74:chemelli74-samsungtv-quality-scale
Jun 24, 2025
+97
−2
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
aa6585a
Add quality scale to SamsungTV
chemelli74 2a06a35
update
chemelli74 0966e7a
bronze scale
chemelli74 3fbc750
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 9bef19d
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 6f49639
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 62fe853
update to silver
chemelli74 166ad1a
tweak
chemelli74 97ba4c8
apply review comment
chemelli74 4b30e05
one more comment
chemelli74 5809ec7
one more tweak
chemelli74 5d31c2c
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 88a69b8
update after merging #144221
chemelli74 45935de
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 0c5d3f0
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 e8d701a
align IQS after last PR merge
chemelli74 bf74ff6
Merge branch 'dev' into chemelli74-samsungtv-quality-scale
chemelli74 5be12a6
one more tweak
chemelli74 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
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,96 @@ | ||
| rules: | ||
|
chemelli74 marked this conversation as resolved.
chemelli74 marked this conversation as resolved.
epenet marked this conversation as resolved.
chemelli74 marked this conversation as resolved.
|
||
| # Bronze | ||
| action-setup: | ||
| status: exempt | ||
| comment: no custom actions | ||
| appropriate-polling: done | ||
| brands: done | ||
| common-modules: done | ||
| config-flow-test-coverage: done | ||
| config-flow: done | ||
|
chemelli74 marked this conversation as resolved.
|
||
| dependency-transparency: done | ||
| docs-actions: | ||
| status: exempt | ||
| comment: no actions | ||
| docs-high-level-description: done | ||
| docs-installation-instructions: done | ||
| docs-removal-instructions: done | ||
| entity-event-setup: | ||
| status: exempt | ||
| comment: no events | ||
|
epenet marked this conversation as resolved.
|
||
| 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: done | ||
|
chemelli74 marked this conversation as resolved.
|
||
| config-entry-unloading: done | ||
| docs-configuration-parameters: | ||
| status: exempt | ||
| comment: no configuration options so far | ||
| docs-installation-parameters: done | ||
| entity-unavailable: | ||
| status: todo | ||
| comment: check super().unavailable | ||
| integration-owner: done | ||
| log-when-unavailable: done | ||
| parallel-updates: done | ||
| reauthentication-flow: done | ||
| test-coverage: done | ||
|
chemelli74 marked this conversation as resolved.
epenet marked this conversation as resolved.
epenet marked this conversation as resolved.
chemelli74 marked this conversation as resolved.
epenet marked this conversation as resolved.
epenet marked this conversation as resolved.
|
||
|
|
||
| # Gold | ||
| devices: done | ||
|
epenet marked this conversation as resolved.
|
||
| diagnostics: done | ||
| discovery-update-info: done | ||
| discovery: done | ||
| docs-data-update: | ||
| status: todo | ||
| comment: add info about polling the bridge every 10 seconds | ||
| docs-examples: done | ||
| docs-known-limitations: done | ||
| docs-supported-devices: | ||
| status: todo | ||
| comment: be more specific about supported devices | ||
| docs-supported-functions: | ||
| status: todo | ||
| comment: be more specific about supported functions | ||
| docs-troubleshooting: | ||
| status: todo | ||
| comment: split that up to proper troubleshooting and known limitations section | ||
| docs-use-cases: done | ||
| dynamic-devices: | ||
| status: exempt | ||
| comment: device type integration | ||
| entity-category: | ||
| status: exempt | ||
| comment: no config or diagnostic entities | ||
| entity-device-class: done | ||
| entity-disabled-by-default: | ||
| status: exempt | ||
| comment: only 2 main entities | ||
| entity-translations: | ||
| status: exempt | ||
| comment: using only device name | ||
| exception-translations: done | ||
|
chemelli74 marked this conversation as resolved.
|
||
| icon-translations: | ||
| status: done | ||
| comment: no custom icons, only default icons | ||
| reconfiguration-flow: | ||
| status: todo | ||
| comment: handle at least host change | ||
| repair-issues: | ||
| status: exempt | ||
| comment: no known repair use case so far | ||
| stale-devices: | ||
| status: exempt | ||
| comment: device type integration | ||
|
|
||
| # Platinum | ||
| async-dependency: done | ||
| inject-websession: done | ||
| strict-typing: | ||
| status: todo | ||
| comment: Requirements 'getmac==0.9.5', 'samsungctl[websocket]==0.7.1' and 'wakeonlan==2.1.0' appear untyped | ||
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
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.