From 7e30ab2fb278e261c15bd7c2a5431cc04476ca47 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sat, 10 Apr 2021 12:37:20 +0200 Subject: [PATCH] Add missing internal quality scale label (#48947) Co-authored-by: Franck Nijhof --- homeassistant/components/air_quality/manifest.json | 3 ++- homeassistant/components/calendar/manifest.json | 3 ++- homeassistant/components/default_config/manifest.json | 3 ++- homeassistant/components/dhcp/manifest.json | 3 ++- homeassistant/components/geo_location/manifest.json | 3 ++- homeassistant/components/image_processing/manifest.json | 3 ++- homeassistant/components/logbook/manifest.json | 3 ++- homeassistant/components/mailbox/manifest.json | 3 ++- homeassistant/components/media_source/manifest.json | 3 ++- homeassistant/components/my/manifest.json | 3 ++- homeassistant/components/remote/manifest.json | 3 ++- homeassistant/components/search/manifest.json | 3 ++- homeassistant/components/ssdp/manifest.json | 3 ++- homeassistant/components/stt/manifest.json | 3 ++- homeassistant/components/tts/manifest.json | 4 ++-- homeassistant/components/vacuum/manifest.json | 3 ++- homeassistant/components/water_heater/manifest.json | 3 ++- homeassistant/components/webhook/manifest.json | 3 ++- 18 files changed, 36 insertions(+), 19 deletions(-) diff --git a/homeassistant/components/air_quality/manifest.json b/homeassistant/components/air_quality/manifest.json index c7086bb2e8f..55fbdbdafd1 100644 --- a/homeassistant/components/air_quality/manifest.json +++ b/homeassistant/components/air_quality/manifest.json @@ -2,5 +2,6 @@ "domain": "air_quality", "name": "Air Quality", "documentation": "https://www.home-assistant.io/integrations/air_quality", - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/calendar/manifest.json b/homeassistant/components/calendar/manifest.json index 1ae68100c06..2455744ee4e 100644 --- a/homeassistant/components/calendar/manifest.json +++ b/homeassistant/components/calendar/manifest.json @@ -3,5 +3,6 @@ "name": "Calendar", "documentation": "https://www.home-assistant.io/integrations/calendar", "dependencies": ["http"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/default_config/manifest.json b/homeassistant/components/default_config/manifest.json index 0f4b940cc36..74c6b228a6f 100644 --- a/homeassistant/components/default_config/manifest.json +++ b/homeassistant/components/default_config/manifest.json @@ -32,5 +32,6 @@ "zeroconf", "zone" ], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json index 80cc6b116c9..e93e521b882 100644 --- a/homeassistant/components/dhcp/manifest.json +++ b/homeassistant/components/dhcp/manifest.json @@ -7,5 +7,6 @@ ], "codeowners": [ "@bdraco" - ] + ], + "quality_scale": "internal" } diff --git a/homeassistant/components/geo_location/manifest.json b/homeassistant/components/geo_location/manifest.json index c5d3a6eba2e..c222df8b2aa 100644 --- a/homeassistant/components/geo_location/manifest.json +++ b/homeassistant/components/geo_location/manifest.json @@ -2,5 +2,6 @@ "domain": "geo_location", "name": "Geolocation", "documentation": "https://www.home-assistant.io/integrations/geo_location", - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/image_processing/manifest.json b/homeassistant/components/image_processing/manifest.json index 3ff3fb37254..0541f4898c9 100644 --- a/homeassistant/components/image_processing/manifest.json +++ b/homeassistant/components/image_processing/manifest.json @@ -3,5 +3,6 @@ "name": "Image Processing", "documentation": "https://www.home-assistant.io/integrations/image_processing", "dependencies": ["camera"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/logbook/manifest.json b/homeassistant/components/logbook/manifest.json index 26586013108..58bc71959b3 100644 --- a/homeassistant/components/logbook/manifest.json +++ b/homeassistant/components/logbook/manifest.json @@ -3,5 +3,6 @@ "name": "Logbook", "documentation": "https://www.home-assistant.io/integrations/logbook", "dependencies": ["frontend", "http", "recorder"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/mailbox/manifest.json b/homeassistant/components/mailbox/manifest.json index 7bbdcfa78cf..9d8a1403332 100644 --- a/homeassistant/components/mailbox/manifest.json +++ b/homeassistant/components/mailbox/manifest.json @@ -3,5 +3,6 @@ "name": "Mailbox", "documentation": "https://www.home-assistant.io/integrations/mailbox", "dependencies": ["http"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/media_source/manifest.json b/homeassistant/components/media_source/manifest.json index d941c85aced..3b00df4300b 100644 --- a/homeassistant/components/media_source/manifest.json +++ b/homeassistant/components/media_source/manifest.json @@ -3,5 +3,6 @@ "name": "Media Source", "documentation": "https://www.home-assistant.io/integrations/media_source", "dependencies": ["http"], - "codeowners": ["@hunterjm"] + "codeowners": ["@hunterjm"], + "quality_scale": "internal" } diff --git a/homeassistant/components/my/manifest.json b/homeassistant/components/my/manifest.json index 3b9e253f353..8c88b092e1c 100644 --- a/homeassistant/components/my/manifest.json +++ b/homeassistant/components/my/manifest.json @@ -3,5 +3,6 @@ "name": "My Home Assistant", "documentation": "https://www.home-assistant.io/integrations/my", "dependencies": ["frontend"], - "codeowners": ["@home-assistant/core"] + "codeowners": ["@home-assistant/core"], + "quality_scale": "internal" } diff --git a/homeassistant/components/remote/manifest.json b/homeassistant/components/remote/manifest.json index 30c442b540b..e2caf2d5606 100644 --- a/homeassistant/components/remote/manifest.json +++ b/homeassistant/components/remote/manifest.json @@ -2,5 +2,6 @@ "domain": "remote", "name": "Remote", "documentation": "https://www.home-assistant.io/integrations/remote", - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/search/manifest.json b/homeassistant/components/search/manifest.json index 273a517d111..b9ce2115112 100644 --- a/homeassistant/components/search/manifest.json +++ b/homeassistant/components/search/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/search", "dependencies": ["websocket_api"], "after_dependencies": ["scene", "group", "automation", "script"], - "codeowners": ["@home-assistant/core"] + "codeowners": ["@home-assistant/core"], + "quality_scale": "internal" } diff --git a/homeassistant/components/ssdp/manifest.json b/homeassistant/components/ssdp/manifest.json index 938ad979daf..5fd635db3f1 100644 --- a/homeassistant/components/ssdp/manifest.json +++ b/homeassistant/components/ssdp/manifest.json @@ -4,5 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/ssdp", "requirements": ["defusedxml==0.6.0", "netdisco==2.8.2", "async-upnp-client==0.16.0"], "after_dependencies": ["zeroconf"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/stt/manifest.json b/homeassistant/components/stt/manifest.json index a3529dcd0b5..43c5c8684a3 100644 --- a/homeassistant/components/stt/manifest.json +++ b/homeassistant/components/stt/manifest.json @@ -3,5 +3,6 @@ "name": "Speech-to-Text (STT)", "documentation": "https://www.home-assistant.io/integrations/stt", "dependencies": ["http"], - "codeowners": ["@pvizeli"] + "codeowners": ["@pvizeli"], + "quality_scale": "internal" } diff --git a/homeassistant/components/tts/manifest.json b/homeassistant/components/tts/manifest.json index 07cee3b867b..8f7d203c215 100644 --- a/homeassistant/components/tts/manifest.json +++ b/homeassistant/components/tts/manifest.json @@ -5,6 +5,6 @@ "requirements": ["mutagen==1.45.1"], "dependencies": ["http"], "after_dependencies": ["media_player"], - "quality_scale": "internal", - "codeowners": ["@pvizeli"] + "codeowners": ["@pvizeli"], + "quality_scale": "internal" } diff --git a/homeassistant/components/vacuum/manifest.json b/homeassistant/components/vacuum/manifest.json index a497bab1380..2a874b36a1c 100644 --- a/homeassistant/components/vacuum/manifest.json +++ b/homeassistant/components/vacuum/manifest.json @@ -2,5 +2,6 @@ "domain": "vacuum", "name": "Vacuum", "documentation": "https://www.home-assistant.io/integrations/vacuum", - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/water_heater/manifest.json b/homeassistant/components/water_heater/manifest.json index 32221d46a7f..ab12a8ab820 100644 --- a/homeassistant/components/water_heater/manifest.json +++ b/homeassistant/components/water_heater/manifest.json @@ -2,5 +2,6 @@ "domain": "water_heater", "name": "Water Heater", "documentation": "https://www.home-assistant.io/integrations/water_heater", - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" } diff --git a/homeassistant/components/webhook/manifest.json b/homeassistant/components/webhook/manifest.json index 17c0a2c7dbe..509563bb4b0 100644 --- a/homeassistant/components/webhook/manifest.json +++ b/homeassistant/components/webhook/manifest.json @@ -3,5 +3,6 @@ "name": "Webhook", "documentation": "https://www.home-assistant.io/integrations/webhook", "dependencies": ["http"], - "codeowners": [] + "codeowners": [], + "quality_scale": "internal" }