Set internal quality_scale for the hassio integration (#58881)
parent
0cc4b7219f
commit
f0bd6acd48
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue