Remove myself as codeowner for sonos and kodi (#101662)

This commit is contained in:
Tobias Sauerwein 2023-10-08 17:01:00 +02:00 committed by GitHub
parent 4a437e46aa
commit 3c5772c1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -660,8 +660,8 @@ build.json @home-assistant/supervisor
/tests/components/kmtronic/ @dgomes
/homeassistant/components/knx/ @Julius2342 @farmio @marvin-w
/tests/components/knx/ @Julius2342 @farmio @marvin-w
/homeassistant/components/kodi/ @OnFreund @cgtobi
/tests/components/kodi/ @OnFreund @cgtobi
/homeassistant/components/kodi/ @OnFreund
/tests/components/kodi/ @OnFreund
/homeassistant/components/konnected/ @heythisisnate
/tests/components/konnected/ @heythisisnate
/homeassistant/components/kostal_plenticore/ @stegm
@ -1191,8 +1191,8 @@ build.json @home-assistant/supervisor
/tests/components/sonarr/ @ctalkington
/homeassistant/components/songpal/ @rytilahti @shenxn
/tests/components/songpal/ @rytilahti @shenxn
/homeassistant/components/sonos/ @cgtobi @jjlawren
/tests/components/sonos/ @cgtobi @jjlawren
/homeassistant/components/sonos/ @jjlawren
/tests/components/sonos/ @jjlawren
/homeassistant/components/soundtouch/ @kroimon
/tests/components/soundtouch/ @kroimon
/homeassistant/components/spaceapi/ @fabaff

View file

@ -2,7 +2,7 @@
"domain": "kodi",
"name": "Kodi",
"after_dependencies": ["media_source"],
"codeowners": ["@OnFreund", "@cgtobi"],
"codeowners": ["@OnFreund"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/kodi",
"iot_class": "local_push",

View file

@ -2,7 +2,7 @@
"domain": "sonos",
"name": "Sonos",
"after_dependencies": ["plex", "spotify", "zeroconf", "media_source"],
"codeowners": ["@cgtobi", "@jjlawren"],
"codeowners": ["@jjlawren"],
"config_flow": true,
"dependencies": ["ssdp"],
"documentation": "https://www.home-assistant.io/integrations/sonos",