From 50f05ac51abc20663e37bc3ea16b42436c40aded Mon Sep 17 00:00:00 2001 From: Lukas Barth Date: Thu, 29 Dec 2022 09:14:48 +0100 Subject: [PATCH] Remove myself as a code owner (#84701) Co-authored-by: Franck Nijhof --- CODEOWNERS | 1 - homeassistant/components/matrix/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a62841ae884..f2b941bd2c1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/matrix/manifest.json b/homeassistant/components/matrix/manifest.json index e3d7b275de7..01f59c34fd1 100644 --- a/homeassistant/components/matrix/manifest.json +++ b/homeassistant/components/matrix/manifest.json @@ -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"] }