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" }