Remove myself from Music Player Daemon codeowners (#69963)

This commit is contained in:
Fabian Affolter 2022-04-13 16:07:41 +02:00 committed by GitHub
parent 7a3e995030
commit 93b714a978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -639,7 +639,6 @@ build.json @home-assistant/supervisor
/tests/components/motion_blinds/ @starkillerOG
/homeassistant/components/motioneye/ @dermotduffy
/tests/components/motioneye/ @dermotduffy
/homeassistant/components/mpd/ @fabaff
/homeassistant/components/mqtt/ @emontnemery
/tests/components/mqtt/ @emontnemery
/homeassistant/components/msteams/ @peroyvind

View File

@ -3,7 +3,7 @@
"name": "Music Player Daemon (MPD)",
"documentation": "https://www.home-assistant.io/integrations/mpd",
"requirements": ["python-mpd2==3.0.5"],
"codeowners": ["@fabaff"],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["mpd"]
}