From ddb85cee7b63428a6cc92545e8307877127de922 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Jun 2020 22:55:17 +0200 Subject: [PATCH] Remove internal qa scale from numato integration (#36629) --- homeassistant/components/numato/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/numato/manifest.json b/homeassistant/components/numato/manifest.json index 4e9857cd579..8696151eecc 100644 --- a/homeassistant/components/numato/manifest.json +++ b/homeassistant/components/numato/manifest.json @@ -3,6 +3,5 @@ "name": "Numato USB GPIO Expander", "documentation": "https://www.home-assistant.io/integrations/numato", "requirements": ["numato-gpio==0.7.1"], - "codeowners": ["@clssn"], - "quality_scale": "internal" + "codeowners": ["@clssn"] }