diff --git a/homeassistant/components/mqtt/manifest.json b/homeassistant/components/mqtt/manifest.json index d37b15769ad..fa6dc8f655b 100644 --- a/homeassistant/components/mqtt/manifest.json +++ b/homeassistant/components/mqtt/manifest.json @@ -6,5 +6,6 @@ "requirements": ["paho-mqtt==1.6.1"], "dependencies": ["file_upload", "http"], "codeowners": ["@emontnemery"], - "iot_class": "local_push" + "iot_class": "local_push", + "quality_scale": "gold" }