Remove myself as a code owner (#84701)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/84761/head
Lukas Barth 2022-12-29 09:14:48 +01:00 committed by GitHub
parent fa7018bbec
commit 50f05ac51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -669,7 +669,6 @@ build.json @home-assistant/supervisor
/homeassistant/components/lyric/ @timmo001
/tests/components/lyric/ @timmo001
/homeassistant/components/mastodon/ @fabaff
/homeassistant/components/matrix/ @tinloaf
/homeassistant/components/matter/ @home-assistant/matter
/tests/components/matter/ @home-assistant/matter
/homeassistant/components/mazda/ @bdr99

View File

@ -3,7 +3,7 @@
"name": "Matrix",
"documentation": "https://www.home-assistant.io/integrations/matrix",
"requirements": ["matrix-client==0.4.0"],
"codeowners": ["@tinloaf"],
"codeowners": [],
"iot_class": "cloud_push",
"loggers": ["matrix_client"]
}