Add @astrandb as myuplink codeowner (#111449)

Add codeowner
This commit is contained in:
Åke Strandberg 2024-02-26 10:32:37 +01:00 committed by GitHub
parent 1e564f777e
commit 999b1bb220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -854,8 +854,8 @@ build.json @home-assistant/supervisor
/tests/components/mysensors/ @MartinHjelmare @functionpointer
/homeassistant/components/mystrom/ @fabaff
/tests/components/mystrom/ @fabaff
/homeassistant/components/myuplink/ @pajzo
/tests/components/myuplink/ @pajzo
/homeassistant/components/myuplink/ @pajzo @astrandb
/tests/components/myuplink/ @pajzo @astrandb
/homeassistant/components/nam/ @bieniu
/tests/components/nam/ @bieniu
/homeassistant/components/nanoleaf/ @milanmeu

View File

@ -1,7 +1,7 @@
{
"domain": "myuplink",
"name": "myUplink",
"codeowners": ["@pajzo"],
"codeowners": ["@pajzo", "@astrandb"],
"config_flow": true,
"dependencies": ["application_credentials"],
"documentation": "https://www.home-assistant.io/integrations/myuplink",