|
| 1 | +rules: |
| 2 | + # Bronze |
| 3 | + config-flow: done |
| 4 | + test-before-configure: done |
| 5 | + unique-config-entry: done |
| 6 | + config-flow-test-coverage: done |
| 7 | + runtime-data: done |
| 8 | + test-before-setup: done |
| 9 | + appropriate-polling: done |
| 10 | + entity-unique-id: done |
| 11 | + has-entity-name: done |
| 12 | + entity-event-setup: done |
| 13 | + dependency-transparency: done |
| 14 | + action-setup: |
| 15 | + status: exempt |
| 16 | + comment: This integration only provides entity service actions |
| 17 | + common-modules: done |
| 18 | + docs-high-level-description: done |
| 19 | + docs-installation-instructions: done |
| 20 | + docs-removal-instructions: |
| 21 | + status: todo |
| 22 | + comment: Nothing special has to be done, but I will look at it |
| 23 | + docs-actions: done |
| 24 | + brands: done |
| 25 | + # Silver |
| 26 | + config-entry-unloading: done |
| 27 | + log-when-unavailable: done |
| 28 | + entity-unavailable: done |
| 29 | + action-exceptions: done |
| 30 | + reauthentication-flow: |
| 31 | + status: exempt |
| 32 | + comment: This integration does not need any authentication |
| 33 | + parallel-updates: done |
| 34 | + test-coverage: done |
| 35 | + integration-owner: done |
| 36 | + docs-installation-parameters: done |
| 37 | + docs-configuration-parameters: |
| 38 | + status: exempt |
| 39 | + comment: This integration does provide configuration options |
| 40 | + # Gold |
| 41 | + entity-translations: |
| 42 | + status: exempt |
| 43 | + comment: This integration does not provide any entities that are suitable for translations. The media_player entity's name is simply the friendly name of the device. |
| 44 | + entity-device-class: done |
| 45 | + devices: done |
| 46 | + entity-category: done |
| 47 | + entity-disabled-by-default: |
| 48 | + status: exempt |
| 49 | + comment: This integration only provides a single entity that is enabled by default |
| 50 | + discovery: done |
| 51 | + stale-devices: |
| 52 | + status: exempt |
| 53 | + comment: No devices should be removed at this point. |
| 54 | + diagnostics: done |
| 55 | + exception-translations: done |
| 56 | + icon-translations: done |
| 57 | + reconfiguration-flow: |
| 58 | + status: exempt |
| 59 | + comment: Reconfiguration not necessary. |
| 60 | + dynamic-devices: |
| 61 | + status: exempt |
| 62 | + comment: No devices are dynamically added at this point. |
| 63 | + discovery-update-info: done |
| 64 | + repair-issues: |
| 65 | + status: exempt |
| 66 | + comment: Not necessary at this point. |
| 67 | + docs-use-cases: |
| 68 | + status: todo |
| 69 | + comment: Could be better. |
| 70 | + docs-supported-devices: |
| 71 | + status: todo |
| 72 | + comment: This is currently done, but should maybe also refer to the specific platform. (https://support.bang-olufsen.com/hc/en-us/articles/24766979863441-Which-platform-is-my-Connected-Audio-product-based-on) |
| 73 | + docs-supported-functions: |
| 74 | + status: todo |
| 75 | + comment: Could be better. |
| 76 | + docs-data-update: |
| 77 | + status: todo |
| 78 | + comment: Is currently not described. |
| 79 | + docs-known-limitations: |
| 80 | + status: todo |
| 81 | + comment: Is currently not described. |
| 82 | + docs-troubleshooting: |
| 83 | + status: todo |
| 84 | + comment: Is currently not described, but may not be necessary? |
| 85 | + docs-examples: |
| 86 | + status: todo |
| 87 | + comment: Action examples are provided but not any blueprints. |
| 88 | + # Platinum |
| 89 | + async-dependency: done |
| 90 | + inject-websession: done |
| 91 | + strict-typing: done |
0 commit comments