diff --git a/CODEOWNERS b/CODEOWNERS index 614ed10c2bd..9f481d50e83 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -926,8 +926,6 @@ build.json @home-assistant/supervisor /homeassistant/components/smhi/ @gjohansson-ST /tests/components/smhi/ @gjohansson-ST /homeassistant/components/sms/ @ocalvo -/homeassistant/components/smtp/ @fabaff -/tests/components/smtp/ @fabaff /homeassistant/components/solaredge/ @frenck /tests/components/solaredge/ @frenck /homeassistant/components/solaredge_local/ @drobtravels @scheric diff --git a/homeassistant/components/smtp/manifest.json b/homeassistant/components/smtp/manifest.json index f7a3373ce30..526719615bc 100644 --- a/homeassistant/components/smtp/manifest.json +++ b/homeassistant/components/smtp/manifest.json @@ -2,6 +2,6 @@ "domain": "smtp", "name": "SMTP", "documentation": "https://www.home-assistant.io/integrations/smtp", - "codeowners": ["@fabaff"], + "codeowners": [], "iot_class": "cloud_push" }