diff --git a/homeassistant/components/growatt_server/manifest.json b/homeassistant/components/growatt_server/manifest.json index 11342d5b942..b00983d7f2b 100644 --- a/homeassistant/components/growatt_server/manifest.json +++ b/homeassistant/components/growatt_server/manifest.json @@ -7,5 +7,6 @@ "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["growattServer"], + "quality_scale": "silver", "requirements": ["growattServer==1.9.0"] } diff --git a/script/hassfest/quality_scale.py b/script/hassfest/quality_scale.py index e55bd57c3c9..28c5067c6b4 100644 --- a/script/hassfest/quality_scale.py +++ b/script/hassfest/quality_scale.py @@ -1419,7 +1419,6 @@ INTEGRATIONS_WITHOUT_SCALE = [ "greenwave", "group", "gtfs", - "growatt_server", "guardian", "harman_kardon_avr", "harmony",