From 694cec34596f76a372d041d4a8ecb50849c5fc43 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Wed, 7 Dec 2022 23:53:30 +0100 Subject: [PATCH] Set matter team as matter codeowners (#83506) --- CODEOWNERS | 4 ++-- homeassistant/components/matter/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index ad99ecf6e9c..6032294e4d6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -666,8 +666,8 @@ build.json @home-assistant/supervisor /tests/components/lyric/ @timmo001 /homeassistant/components/mastodon/ @fabaff /homeassistant/components/matrix/ @tinloaf -/homeassistant/components/matter/ @MartinHjelmare @marcelveldt -/tests/components/matter/ @MartinHjelmare @marcelveldt +/homeassistant/components/matter/ @home-assistant/matter +/tests/components/matter/ @home-assistant/matter /homeassistant/components/mazda/ @bdr99 /tests/components/mazda/ @bdr99 /homeassistant/components/meater/ @Sotolotl @emontnemery diff --git a/homeassistant/components/matter/manifest.json b/homeassistant/components/matter/manifest.json index aa64ac4755e..cf0cee595a6 100644 --- a/homeassistant/components/matter/manifest.json +++ b/homeassistant/components/matter/manifest.json @@ -5,6 +5,6 @@ "documentation": "https://www.home-assistant.io/integrations/matter", "requirements": ["python-matter-server==1.0.6"], "dependencies": ["websocket_api"], - "codeowners": ["@MartinHjelmare", "@marcelveldt"], + "codeowners": ["@home-assistant/matter"], "iot_class": "local_push" }