diff --git a/CODEOWNERS b/CODEOWNERS index 33f5fb766b4..95c5b7bedcf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1438,8 +1438,8 @@ build.json @home-assistant/supervisor /homeassistant/components/wilight/ @leofig-rj /tests/components/wilight/ @leofig-rj /homeassistant/components/wirelesstag/ @sergeymaysak -/homeassistant/components/withings/ @vangorra @joostlek -/tests/components/withings/ @vangorra @joostlek +/homeassistant/components/withings/ @joostlek +/tests/components/withings/ @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 3adbdbed0b3..0b89df4af7b 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -2,7 +2,7 @@ "domain": "withings", "name": "Withings", "after_dependencies": ["cloud"], - "codeowners": ["@vangorra", "@joostlek"], + "codeowners": ["@joostlek"], "config_flow": true, "dependencies": ["application_credentials", "http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/withings",