|
| 1 | +rules: |
| 2 | + # Bronze |
| 3 | + action-setup: done |
| 4 | + appropriate-polling: done |
| 5 | + brands: done |
| 6 | + common-modules: done |
| 7 | + config-flow-test-coverage: done |
| 8 | + config-flow: |
| 9 | + status: todo |
| 10 | + comment: data-descriptions missing |
| 11 | + dependency-transparency: done |
| 12 | + docs-actions: done |
| 13 | + docs-high-level-description: done |
| 14 | + docs-installation-instructions: done |
| 15 | + docs-removal-instructions: done |
| 16 | + entity-event-setup: done |
| 17 | + entity-unique-id: done |
| 18 | + has-entity-name: done |
| 19 | + runtime-data: done |
| 20 | + test-before-configure: done |
| 21 | + test-before-setup: done |
| 22 | + unique-config-entry: done |
| 23 | + |
| 24 | + # Silver |
| 25 | + action-exceptions: done |
| 26 | + config-entry-unloading: done |
| 27 | + docs-configuration-parameters: |
| 28 | + status: todo |
| 29 | + comment: Update server URL dropdown to show regional descriptions (e.g., 'China', 'United States') instead of raw URLs. |
| 30 | + docs-installation-parameters: todo |
| 31 | + entity-unavailable: |
| 32 | + status: todo |
| 33 | + comment: Replace bare Exception catches in __init__.py with specific growattServer exceptions. |
| 34 | + integration-owner: done |
| 35 | + log-when-unavailable: |
| 36 | + status: todo |
| 37 | + comment: Remove _LOGGER.error calls in coordinator.py when raising UpdateFailed (choose one, not both). |
| 38 | + parallel-updates: done |
| 39 | + reauthentication-flow: todo |
| 40 | + test-coverage: todo |
| 41 | + |
| 42 | + # Gold |
| 43 | + devices: |
| 44 | + status: todo |
| 45 | + comment: Add serial_number field to DeviceInfo in sensor, number, and switch platforms using device_id/serial_id. |
| 46 | + diagnostics: todo |
| 47 | + discovery-update-info: todo |
| 48 | + discovery: todo |
| 49 | + docs-data-update: todo |
| 50 | + docs-examples: todo |
| 51 | + docs-known-limitations: todo |
| 52 | + docs-supported-devices: todo |
| 53 | + docs-supported-functions: todo |
| 54 | + docs-troubleshooting: todo |
| 55 | + docs-use-cases: todo |
| 56 | + dynamic-devices: todo |
| 57 | + entity-category: |
| 58 | + status: todo |
| 59 | + comment: Add EntityCategory.DIAGNOSTIC to temperature and other diagnostic sensors. Merge GrowattRequiredKeysMixin into GrowattSensorEntityDescription using kw_only=True. |
| 60 | + entity-device-class: |
| 61 | + status: todo |
| 62 | + comment: Replace custom precision field with suggested_display_precision to preserve full data granularity. |
| 63 | + entity-disabled-by-default: todo |
| 64 | + entity-translations: todo |
| 65 | + exception-translations: todo |
| 66 | + icon-translations: todo |
| 67 | + reconfiguration-flow: todo |
| 68 | + repair-issues: |
| 69 | + status: exempt |
| 70 | + comment: Integration does not raise repairable issues. |
| 71 | + stale-devices: todo |
| 72 | + |
| 73 | + # Platinum |
| 74 | + async-dependency: todo |
| 75 | + inject-websession: todo |
| 76 | + strict-typing: todo |
0 commit comments