From 4fdcc2a3f5bf76716b6f03f3cef322a54d81478b Mon Sep 17 00:00:00 2001 From: Manu Date: Sat, 19 Sep 2026 07:13:30 +0200 Subject: [PATCH] Add codeowner to SMTP integration (#182638) --- CODEOWNERS | 2 ++ homeassistant/components/smtp/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",