From 5e6f8373e15d6c805fe1e29f7e86f233105454b6 Mon Sep 17 00:00:00 2001 From: Noah Husby <32528627+noahhusby@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:22:36 -0400 Subject: [PATCH] Set quality scale to silver for Russound RIO (#123937) --- homeassistant/components/russound_rio/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/russound_rio/manifest.json b/homeassistant/components/russound_rio/manifest.json index 42e9dc2df8a..7180c3be84f 100644 --- a/homeassistant/components/russound_rio/manifest.json +++ b/homeassistant/components/russound_rio/manifest.json @@ -6,5 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/russound_rio", "iot_class": "local_push", "loggers": ["aiorussound"], + "quality_scale": "silver", "requirements": ["aiorussound==2.3.1"] }