diff --git a/homeassistant/components/opower/manifest.json b/homeassistant/components/opower/manifest.json index dc69c33cd5d..aa9e66d3841 100644 --- a/homeassistant/components/opower/manifest.json +++ b/homeassistant/components/opower/manifest.json @@ -7,5 +7,6 @@ "documentation": "https://www.home-assistant.io/integrations/opower", "iot_class": "cloud_polling", "loggers": ["opower"], + "quality_scale": "bronze", "requirements": ["opower==0.15.4"] } diff --git a/homeassistant/components/opower/quality_scale.yaml b/homeassistant/components/opower/quality_scale.yaml new file mode 100644 index 00000000000..77b97763db5 --- /dev/null +++ b/homeassistant/components/opower/quality_scale.yaml @@ -0,0 +1,79 @@ +rules: + # Bronze + action-setup: + status: exempt + comment: The integration does not provide any service actions. + appropriate-polling: done + brands: done + common-modules: done + config-flow-test-coverage: done + config-flow: done + dependency-transparency: done + docs-actions: + status: exempt + comment: The integration does not provide any service actions. + docs-high-level-description: done + docs-installation-instructions: done + docs-removal-instructions: done + entity-event-setup: + status: exempt + comment: The integration does not subscribe to events. + 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: + status: exempt + comment: The integration does not provide any service actions. + config-entry-unloading: done + docs-configuration-parameters: + status: exempt + comment: The integration does not have an options flow. + docs-installation-parameters: done + entity-unavailable: done + integration-owner: done + log-when-unavailable: done + parallel-updates: done + reauthentication-flow: done + test-coverage: todo + + # Gold + devices: + status: done + diagnostics: todo + discovery-update-info: + status: exempt + comment: The integration does not support discovery. + discovery: + status: exempt + comment: The integration does not support discovery. + docs-data-update: done + docs-examples: done + docs-known-limitations: done + docs-supported-devices: done + docs-supported-functions: done + docs-troubleshooting: done + docs-use-cases: done + dynamic-devices: todo + entity-category: done + entity-device-class: done + entity-disabled-by-default: done + entity-translations: done + exception-translations: done + icon-translations: + status: exempt + comment: No custom icons are defined; icons from device classes are sufficient. + reconfiguration-flow: + status: exempt + comment: The integration has no user-configurable options that are not authentication-related. + repair-issues: done + stale-devices: todo + + # Platinum + async-dependency: done + inject-websession: done + strict-typing: done diff --git a/script/hassfest/quality_scale.py b/script/hassfest/quality_scale.py index a3a0f9d6fac..978cea6f627 100644 --- a/script/hassfest/quality_scale.py +++ b/script/hassfest/quality_scale.py @@ -736,7 +736,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [ "openuv", "openweathermap", "opnsense", - "opower", "opple", "oralb", "oru", @@ -1777,7 +1776,6 @@ INTEGRATIONS_WITHOUT_SCALE = [ "openuv", "openweathermap", "opnsense", - "opower", "opple", "oralb", "oru",