diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json index 27cc1eaf735..cc0bcc77265 100644 --- a/homeassistant/components/hassio/manifest.json +++ b/homeassistant/components/hassio/manifest.json @@ -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" +} \ No newline at end of file