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"] }