Remove myself from codeowners (#70129)

This commit is contained in:
Fabian Affolter 2022-04-16 01:26:23 +02:00 committed by GitHub
parent 04a153345e
commit 7133b80b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -2,6 +2,6 @@
"domain": "smtp",
"name": "SMTP",
"documentation": "https://www.home-assistant.io/integrations/smtp",
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "cloud_push"
}