Add RDW codeowner (#96035)

This commit is contained in:
Joost Lekkerkerker 2023-07-07 14:13:01 +02:00 committed by GitHub
parent 86a397720f
commit 70445c0edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1002,8 +1002,8 @@ build.json @home-assistant/supervisor
/tests/components/rapt_ble/ @sairon /tests/components/rapt_ble/ @sairon
/homeassistant/components/raspberry_pi/ @home-assistant/core /homeassistant/components/raspberry_pi/ @home-assistant/core
/tests/components/raspberry_pi/ @home-assistant/core /tests/components/raspberry_pi/ @home-assistant/core
/homeassistant/components/rdw/ @frenck /homeassistant/components/rdw/ @frenck @joostlek
/tests/components/rdw/ @frenck /tests/components/rdw/ @frenck @joostlek
/homeassistant/components/recollect_waste/ @bachya /homeassistant/components/recollect_waste/ @bachya
/tests/components/recollect_waste/ @bachya /tests/components/recollect_waste/ @bachya
/homeassistant/components/recorder/ @home-assistant/core /homeassistant/components/recorder/ @home-assistant/core

View File

@ -1,7 +1,7 @@
{ {
"domain": "rdw", "domain": "rdw",
"name": "RDW", "name": "RDW",
"codeowners": ["@frenck"], "codeowners": ["@frenck", "@joostlek"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rdw", "documentation": "https://www.home-assistant.io/integrations/rdw",
"integration_type": "service", "integration_type": "service",