Add codeowner for Withings (#99681)

This commit is contained in:
Joost Lekkerkerker 2023-09-06 04:14:56 +02:00 committed by GitHub
parent da45f6cbb0
commit 4f05e61072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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",