mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 16:17:20 +00:00
Add bronze quality scale for Whirlpool
This commit is contained in:
parent
0105332476
commit
e509c1302f
@ -7,5 +7,6 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["whirlpool"],
|
"loggers": ["whirlpool"],
|
||||||
|
"quality_scale": "bronze",
|
||||||
"requirements": ["whirlpool-sixth-sense==0.20.0"]
|
"requirements": ["whirlpool-sixth-sense==0.20.0"]
|
||||||
}
|
}
|
||||||
|
26
homeassistant/components/whirlpool/quality_scale.yaml
Normal file
26
homeassistant/components/whirlpool/quality_scale.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
rules:
|
||||||
|
# Bronze
|
||||||
|
action-setup:
|
||||||
|
status: exempt
|
||||||
|
comment: |
|
||||||
|
The integration does not provide any additional 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: |
|
||||||
|
This integration does not provide additional actions.
|
||||||
|
docs-high-level-description: done
|
||||||
|
docs-installation-instructions: done
|
||||||
|
docs-removal-instructions: done
|
||||||
|
entity-event-setup: done
|
||||||
|
entity-unique-id: done
|
||||||
|
has-entity-name: done
|
||||||
|
runtime-data: done
|
||||||
|
test-before-configure: done
|
||||||
|
test-before-setup: done
|
||||||
|
unique-config-entry: done
|
@ -1103,7 +1103,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
|
|||||||
"weatherkit",
|
"weatherkit",
|
||||||
"webmin",
|
"webmin",
|
||||||
"wemo",
|
"wemo",
|
||||||
"whirlpool",
|
|
||||||
"whois",
|
"whois",
|
||||||
"wiffi",
|
"wiffi",
|
||||||
"wilight",
|
"wilight",
|
||||||
@ -2183,7 +2182,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
|||||||
"webmin",
|
"webmin",
|
||||||
"weheat",
|
"weheat",
|
||||||
"wemo",
|
"wemo",
|
||||||
"whirlpool",
|
|
||||||
"whois",
|
"whois",
|
||||||
"wiffi",
|
"wiffi",
|
||||||
"wilight",
|
"wilight",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user