Temporarily pickup mqtt codeowner (#115934)

This commit is contained in:
J. Nick Koston 2024-04-21 22:57:57 +02:00 committed by GitHub
parent 423544401e
commit 8754b12d08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -875,8 +875,8 @@ build.json @home-assistant/supervisor
/tests/components/motioneye/ @dermotduffy /tests/components/motioneye/ @dermotduffy
/homeassistant/components/motionmount/ @RJPoelstra /homeassistant/components/motionmount/ @RJPoelstra
/tests/components/motionmount/ @RJPoelstra /tests/components/motionmount/ @RJPoelstra
/homeassistant/components/mqtt/ @emontnemery @jbouwh /homeassistant/components/mqtt/ @emontnemery @jbouwh @bdraco
/tests/components/mqtt/ @emontnemery @jbouwh /tests/components/mqtt/ @emontnemery @jbouwh @bdraco
/homeassistant/components/msteams/ @peroyvind /homeassistant/components/msteams/ @peroyvind
/homeassistant/components/mullvad/ @meichthys /homeassistant/components/mullvad/ @meichthys
/tests/components/mullvad/ @meichthys /tests/components/mullvad/ @meichthys

View File

@ -1,7 +1,7 @@
{ {
"domain": "mqtt", "domain": "mqtt",
"name": "MQTT", "name": "MQTT",
"codeowners": ["@emontnemery", "@jbouwh"], "codeowners": ["@emontnemery", "@jbouwh", "@bdraco"],
"config_flow": true, "config_flow": true,
"dependencies": ["file_upload", "http"], "dependencies": ["file_upload", "http"],
"documentation": "https://www.home-assistant.io/integrations/mqtt", "documentation": "https://www.home-assistant.io/integrations/mqtt",