Add codeowner to SMTP integration (#182638)

This commit is contained in:
Manu
2026-09-19 07:13:30 +02:00
committed by GitHub
parent 7014cea781
commit 4fdcc2a3f5
2 changed files with 3 additions and 1 deletions
Generated
+2
View File
@@ -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
+1 -1
View File
@@ -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",