Set internal quality_scale for the hassio integration (#58881)

pull/58885/head
Joakim Sørensen 2021-11-01 12:33:41 +01:00 committed by GitHub
parent 0cc4b7219f
commit f0bd6acd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

@ -2,8 +2,15 @@
"domain": "hassio", "domain": "hassio",
"name": "Home Assistant Supervisor", "name": "Home Assistant Supervisor",
"documentation": "https://www.home-assistant.io/integrations/hassio", "documentation": "https://www.home-assistant.io/integrations/hassio",
"dependencies": ["http"], "dependencies": [
"after_dependencies": ["panel_custom"], "http"
"codeowners": ["@home-assistant/supervisor"], ],
"iot_class": "local_polling" "after_dependencies": [
} "panel_custom"
],
"codeowners": [
"@home-assistant/supervisor"
],
"iot_class": "local_polling",
"quality_scale": "internal"
}