From 72484515258c8ecd157d64b7888e0e043d2bf88d Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Fri, 21 Jan 2022 00:20:14 +0200 Subject: [PATCH] Mark Switcher as a platinum quality integration (#64584) --- homeassistant/components/switcher_kis/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/switcher_kis/manifest.json b/homeassistant/components/switcher_kis/manifest.json index 88d3d2a3ad4..c8ed7ceefdc 100644 --- a/homeassistant/components/switcher_kis/manifest.json +++ b/homeassistant/components/switcher_kis/manifest.json @@ -4,6 +4,7 @@ "documentation": "https://www.home-assistant.io/integrations/switcher_kis/", "codeowners": ["@tomerfi","@thecode"], "requirements": ["aioswitcher==2.0.6"], + "quality_scale": "platinum", "iot_class": "local_push", "config_flow": true }