From 2cb73b4a1f28891b0df7fe3dc9bdcdb2c6f44428 Mon Sep 17 00:00:00 2001 From: Tomer Figenblat Date: Sun, 30 Apr 2023 11:19:46 +0300 Subject: [PATCH] Remove myself from switcher_kis codeowners (#92277) chore: remove myself switcher_kis codeowners Signed-off-by: Tomer Figenblat --- CODEOWNERS | 4 ++-- homeassistant/components/switcher_kis/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 47b76523db8..b059808408b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1187,8 +1187,8 @@ build.json @home-assistant/supervisor /tests/components/switchbee/ @jafar-atili /homeassistant/components/switchbot/ @bdraco @danielhiversen @RenierM26 @murtas @Eloston @dsypniewski /tests/components/switchbot/ @bdraco @danielhiversen @RenierM26 @murtas @Eloston @dsypniewski -/homeassistant/components/switcher_kis/ @tomerfi @thecode -/tests/components/switcher_kis/ @tomerfi @thecode +/homeassistant/components/switcher_kis/ @thecode +/tests/components/switcher_kis/ @thecode /homeassistant/components/switchmate/ @danielhiversen @qiz-li /homeassistant/components/syncthing/ @zhulik /tests/components/syncthing/ @zhulik diff --git a/homeassistant/components/switcher_kis/manifest.json b/homeassistant/components/switcher_kis/manifest.json index 2be541c8106..823f2c5463f 100644 --- a/homeassistant/components/switcher_kis/manifest.json +++ b/homeassistant/components/switcher_kis/manifest.json @@ -1,7 +1,7 @@ { "domain": "switcher_kis", "name": "Switcher", - "codeowners": ["@tomerfi", "@thecode"], + "codeowners": ["@thecode"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/switcher_kis/", "iot_class": "local_push",