Remove @StevenLooman from dlna_dmr codeowners (#115028)

* Remove myself from dlna_dmr codeowners

* Update codeowners file

---------

Co-authored-by: jbouwh <jan@jbsoft.nl>
This commit is contained in:
Steven Looman
2024-04-06 23:38:05 +02:00
committed by GitHub
parent 9a1b0874fd
commit 78bb21138c
2 changed files with 3 additions and 3 deletions

View File

@ -316,8 +316,8 @@ build.json @home-assistant/supervisor
/tests/components/discovergy/ @jpbede
/homeassistant/components/dlink/ @tkdrob
/tests/components/dlink/ @tkdrob
/homeassistant/components/dlna_dmr/ @StevenLooman @chishm
/tests/components/dlna_dmr/ @StevenLooman @chishm
/homeassistant/components/dlna_dmr/ @chishm
/tests/components/dlna_dmr/ @chishm
/homeassistant/components/dlna_dms/ @chishm
/tests/components/dlna_dms/ @chishm
/homeassistant/components/dnsip/ @gjohansson-ST

View File

@ -2,7 +2,7 @@
"domain": "dlna_dmr",
"name": "DLNA Digital Media Renderer",
"after_dependencies": ["media_source"],
"codeowners": ["@StevenLooman", "@chishm"],
"codeowners": ["@chishm"],
"config_flow": true,
"dependencies": ["ssdp"],
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",