Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/data_grand_lyon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/data_grand_lyon",
"integration_type": "service",
"iot_class": "cloud_polling",
"quality_scale": "silver",
"quality_scale": "platinum",
"requirements": ["data-grand-lyon-ha==0.5.0"]
}
10 changes: 7 additions & 3 deletions homeassistant/components/data_grand_lyon/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ rules:
status: exempt
comment: This is a service integration; there are no discoverable devices.
docs-data-update: done
docs-examples: todo
docs-examples: done
docs-known-limitations: done
docs-supported-devices: done
docs-supported-functions: done
docs-troubleshooting: done
docs-use-cases: done
dynamic-devices: done
dynamic-devices:
status: exempt
comment: This is a service integration; devices are added and removed manually by the user.
entity-category: done
entity-device-class: done
entity-disabled-by-default: done
Expand All @@ -66,7 +68,9 @@ rules:
repair-issues:
status: exempt
comment: no known use cases for repair issues or flows, yet
stale-devices: done
stale-devices:
status: exempt
comment: This is a service integration; devices are added and removed manually by the user.

# Platinum
async-dependency: done
Expand Down
Loading