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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

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