Set matter team as matter codeowners (#83506)

This commit is contained in:
Martin Hjelmare 2022-12-07 23:53:30 +01:00 committed by GitHub
parent f5cfd0329c
commit 694cec3459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -666,8 +666,8 @@ build.json @home-assistant/supervisor
/tests/components/lyric/ @timmo001 /tests/components/lyric/ @timmo001
/homeassistant/components/mastodon/ @fabaff /homeassistant/components/mastodon/ @fabaff
/homeassistant/components/matrix/ @tinloaf /homeassistant/components/matrix/ @tinloaf
/homeassistant/components/matter/ @MartinHjelmare @marcelveldt /homeassistant/components/matter/ @home-assistant/matter
/tests/components/matter/ @MartinHjelmare @marcelveldt /tests/components/matter/ @home-assistant/matter
/homeassistant/components/mazda/ @bdr99 /homeassistant/components/mazda/ @bdr99
/tests/components/mazda/ @bdr99 /tests/components/mazda/ @bdr99
/homeassistant/components/meater/ @Sotolotl @emontnemery /homeassistant/components/meater/ @Sotolotl @emontnemery

View File

@ -5,6 +5,6 @@
"documentation": "https://www.home-assistant.io/integrations/matter", "documentation": "https://www.home-assistant.io/integrations/matter",
"requirements": ["python-matter-server==1.0.6"], "requirements": ["python-matter-server==1.0.6"],
"dependencies": ["websocket_api"], "dependencies": ["websocket_api"],
"codeowners": ["@MartinHjelmare", "@marcelveldt"], "codeowners": ["@home-assistant/matter"],
"iot_class": "local_push" "iot_class": "local_push"
} }