From 51e716bef35e120e998d90092242f3099e0e6506 Mon Sep 17 00:00:00 2001 From: Steven B <51370195+sdb9696@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:47:30 +0100 Subject: [PATCH] Update ring quality scale to silver (#113146) --- homeassistant/components/ring/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/ring/manifest.json b/homeassistant/components/ring/manifest.json index 764557a3a1d..e682dc053b3 100644 --- a/homeassistant/components/ring/manifest.json +++ b/homeassistant/components/ring/manifest.json @@ -13,5 +13,6 @@ "documentation": "https://www.home-assistant.io/integrations/ring", "iot_class": "cloud_polling", "loggers": ["ring_doorbell"], + "quality_scale": "silver", "requirements": ["ring-doorbell[listen]==0.8.8"] }