From b6355bcb485702f5a814e3a3e4eb2e1c8f6a75d0 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 27 May 2021 18:37:54 +0300 Subject: [PATCH] Add myself to Switcher codeowners (#51158) --- CODEOWNERS | 2 +- homeassistant/components/switcher_kis/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index faa623456f1..7f2dfc1454e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -481,7 +481,7 @@ homeassistant/components/surepetcare/* @benleb homeassistant/components/swiss_hydrological_data/* @fabaff homeassistant/components/swiss_public_transport/* @fabaff homeassistant/components/switchbot/* @danielhiversen -homeassistant/components/switcher_kis/* @tomerfi +homeassistant/components/switcher_kis/* @tomerfi @thecode homeassistant/components/switchmate/* @danielhiversen homeassistant/components/syncthing/* @zhulik homeassistant/components/syncthru/* @nielstron diff --git a/homeassistant/components/switcher_kis/manifest.json b/homeassistant/components/switcher_kis/manifest.json index 7344e2d05c0..a5af1187f07 100644 --- a/homeassistant/components/switcher_kis/manifest.json +++ b/homeassistant/components/switcher_kis/manifest.json @@ -2,7 +2,7 @@ "domain": "switcher_kis", "name": "Switcher", "documentation": "https://www.home-assistant.io/integrations/switcher_kis/", - "codeowners": ["@tomerfi"], + "codeowners": ["@tomerfi","@thecode"], "requirements": ["aioswitcher==1.2.1"], "iot_class": "local_push" }