diff --git a/CODEOWNERS b/CODEOWNERS index 406fa6e4f3c..1c0efd92609 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1103,8 +1103,8 @@ build.json @home-assistant/supervisor /homeassistant/components/sky_hub/ @rogerselwyn /homeassistant/components/skybell/ @tkdrob /tests/components/skybell/ @tkdrob -/homeassistant/components/slack/ @bachya @tkdrob -/tests/components/slack/ @bachya @tkdrob +/homeassistant/components/slack/ @tkdrob +/tests/components/slack/ @tkdrob /homeassistant/components/sleepiq/ @mfugate1 @kbickar /tests/components/sleepiq/ @mfugate1 @kbickar /homeassistant/components/slide/ @ualex73 diff --git a/homeassistant/components/slack/manifest.json b/homeassistant/components/slack/manifest.json index 92816e94bf6..2bd3476cbbe 100644 --- a/homeassistant/components/slack/manifest.json +++ b/homeassistant/components/slack/manifest.json @@ -1,7 +1,7 @@ { "domain": "slack", "name": "Slack", - "codeowners": ["@bachya", "@tkdrob"], + "codeowners": ["@tkdrob"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/slack", "integration_type": "service",