diff --git a/CODEOWNERS b/CODEOWNERS index 099f990624cf..1496f15a4c54 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1750,6 +1750,8 @@ CLAUDE.md @home-assistant/core /tests/components/smhi/ @gjohansson-ST /homeassistant/components/smlight/ @tl-sl /tests/components/smlight/ @tl-sl +/homeassistant/components/smtp/ @tr4nt0r +/tests/components/smtp/ @tr4nt0r /homeassistant/components/snapcast/ @luar123 /tests/components/snapcast/ @luar123 /homeassistant/components/snmp/ @nmaggioni diff --git a/homeassistant/components/smtp/manifest.json b/homeassistant/components/smtp/manifest.json index d2860443d56a..dbd615deec2b 100644 --- a/homeassistant/components/smtp/manifest.json +++ b/homeassistant/components/smtp/manifest.json @@ -1,7 +1,7 @@ { "domain": "smtp", "name": "SMTP", - "codeowners": [], + "codeowners": ["@tr4nt0r"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/smtp", "integration_type": "service",