Compare commits

...

1 Commits

Author SHA1 Message Date
Franck Nijhof 82d211ad37 Upgrade PVOutput quality scale to platinum 2026-05-12 09:48:13 +00:00
4 changed files with 109 additions and 2 deletions
@@ -6,5 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/pvoutput",
"integration_type": "device",
"iot_class": "cloud_polling",
"quality_scale": "platinum",
"requirements": ["pvo==3.0.0"]
}
@@ -0,0 +1,98 @@
rules:
# Bronze
action-setup:
status: exempt
comment: |
This integration does not provide additional actions.
appropriate-polling: done
brands: done
common-modules:
status: exempt
comment: |
This integration only has a single platform.
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt
comment: |
This integration does not provide additional actions.
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: |
Entities of this integration do not explicitly 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: |
This integration does not provide additional actions.
config-entry-unloading: done
docs-configuration-parameters:
status: exempt
comment: |
This 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: done
# Gold
devices: done
diagnostics: done
discovery:
status: exempt
comment: |
This integration connects to a cloud service using an API key
and system ID, it cannot be discovered.
discovery-update-info:
status: exempt
comment: |
This integration connects to a cloud service using an API key
and system ID, it cannot be discovered.
docs-data-update: done
docs-examples: done
docs-known-limitations: done
docs-supported-devices:
status: exempt
comment: |
This is a service integration, it does not integrate with any devices.
docs-supported-functions: done
docs-troubleshooting: done
docs-use-cases: done
dynamic-devices:
status: exempt
comment: |
This integration has a fixed single device which represents the service.
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow: done
repair-issues:
status: exempt
comment: |
This integration doesn't have any cases where raising an issue is needed.
stale-devices:
status: exempt
comment: |
This integration has a fixed single device which represents the service.
# Platinum
async-dependency: done
inject-websession: done
strict-typing: done
@@ -14,12 +14,18 @@
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "[%key:component::pvoutput::config::step::user::data_description::api_key%]"
},
"description": "To re-authenticate with PVOutput you'll need to get the API key at {account_url}."
},
"reconfigure": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"data_description": {
"api_key": "[%key:component::pvoutput::config::step::user::data_description::api_key%]"
},
"description": "Reconfigure your PVOutput integration. You can update your API key at {account_url}."
},
"user": {
@@ -27,6 +33,10 @@
"api_key": "[%key:common::config_flow::data::api_key%]",
"system_id": "System ID"
},
"data_description": {
"api_key": "Your PVOutput API key, which can be found in your PVOutput account settings at {account_url}.",
"system_id": "The numeric system ID for the PV system you want to track, listed on the same account page."
},
"description": "To authenticate with PVOutput you'll need to get the API key at {account_url}.\n\nThe system IDs of registered systems are listed on that same page."
}
}
-2
View File
@@ -759,7 +759,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"pushbullet",
"pushover",
"pushsafer",
"pvoutput",
"pvpc_hourly_pricing",
"qbittorrent",
"qingping",
@@ -1746,7 +1745,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"pushbullet",
"pushover",
"pushsafer",
"pvoutput",
"pvpc_hourly_pricing",
"qbittorrent",
"qingping",