From 70445c0edd05d45dd1929a409c6c311949a69858 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker <joostlek@outlook.com> Date: Fri, 7 Jul 2023 14:13:01 +0200 Subject: [PATCH] Add RDW codeowner (#96035) --- CODEOWNERS | 4 ++-- homeassistant/components/rdw/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 7e09c3c8147..16c0426d87f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1002,8 +1002,8 @@ build.json @home-assistant/supervisor /tests/components/rapt_ble/ @sairon /homeassistant/components/raspberry_pi/ @home-assistant/core /tests/components/raspberry_pi/ @home-assistant/core -/homeassistant/components/rdw/ @frenck -/tests/components/rdw/ @frenck +/homeassistant/components/rdw/ @frenck @joostlek +/tests/components/rdw/ @frenck @joostlek /homeassistant/components/recollect_waste/ @bachya /tests/components/recollect_waste/ @bachya /homeassistant/components/recorder/ @home-assistant/core diff --git a/homeassistant/components/rdw/manifest.json b/homeassistant/components/rdw/manifest.json index 0b5640fe3a4..5df34652f2b 100644 --- a/homeassistant/components/rdw/manifest.json +++ b/homeassistant/components/rdw/manifest.json @@ -1,7 +1,7 @@ { "domain": "rdw", "name": "RDW", - "codeowners": ["@frenck"], + "codeowners": ["@frenck", "@joostlek"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/rdw", "integration_type": "service", -- GitLab