diff --git a/CODEOWNERS b/CODEOWNERS index 42537d4e3f1..79ff912f4b7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1416,8 +1416,8 @@ build.json @home-assistant/supervisor /homeassistant/components/wilight/ @leofig-rj /tests/components/wilight/ @leofig-rj /homeassistant/components/wirelesstag/ @sergeymaysak -/homeassistant/components/withings/ @vangorra -/tests/components/withings/ @vangorra +/homeassistant/components/withings/ @vangorra @joostlek +/tests/components/withings/ @vangorra @joostlek /homeassistant/components/wiz/ @sbidy /tests/components/wiz/ @sbidy /homeassistant/components/wled/ @frenck diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index 29201c7e66e..325205cb4d4 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -1,7 +1,7 @@ { "domain": "withings", "name": "Withings", - "codeowners": ["@vangorra"], + "codeowners": ["@vangorra", "@joostlek"], "config_flow": true, "dependencies": ["application_credentials", "http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/withings",