From f0bd6acd48356b1d388d24936a1b60176decf538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 1 Nov 2021 12:33:41 +0100 Subject: [PATCH] Set internal quality_scale for the hassio integration (#58881) --- homeassistant/components/hassio/manifest.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/hassio/manifest.json b/homeassistant/components/hassio/manifest.json index 27cc1eaf7355..cc0bcc77265e 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