From 30564d59b67b860bf734a97d21b0c45b9731171a Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Wed, 18 Aug 2021 12:32:52 -0500
Subject: [PATCH] Bump yeelight quality scale to platinum with switch to async
 local push (#54589)

---
 homeassistant/components/yeelight/manifest.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json
index 4c5994b1f6e..b1c1c131907 100644
--- a/homeassistant/components/yeelight/manifest.json
+++ b/homeassistant/components/yeelight/manifest.json
@@ -5,6 +5,7 @@
   "requirements": ["yeelight==0.7.2", "async-upnp-client==0.20.0"],
   "codeowners": ["@rytilahti", "@zewelor", "@shenxn", "@starkillerOG"],
   "config_flow": true,
+  "quality_scale": "platinum",
   "iot_class": "local_push",
   "dhcp": [{
     "hostname": "yeelink-*"
-- 
GitLab