1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00

Set internal quality_scale for the hassio integration (#58881)

This commit is contained in:
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

View File

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