mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Add iprak to to vesync code owners (#135562)
This commit is contained in:
4
CODEOWNERS
generated
4
CODEOWNERS
generated
@ -1636,8 +1636,8 @@ build.json @home-assistant/supervisor
|
|||||||
/homeassistant/components/versasense/ @imstevenxyz
|
/homeassistant/components/versasense/ @imstevenxyz
|
||||||
/homeassistant/components/version/ @ludeeus
|
/homeassistant/components/version/ @ludeeus
|
||||||
/tests/components/version/ @ludeeus
|
/tests/components/version/ @ludeeus
|
||||||
/homeassistant/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja
|
/homeassistant/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja @iprak
|
||||||
/tests/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja
|
/tests/components/vesync/ @markperdue @webdjoe @thegardenmonkey @cdnninja @iprak
|
||||||
/homeassistant/components/vicare/ @CFenner
|
/homeassistant/components/vicare/ @CFenner
|
||||||
/tests/components/vicare/ @CFenner
|
/tests/components/vicare/ @CFenner
|
||||||
/homeassistant/components/vilfo/ @ManneW
|
/homeassistant/components/vilfo/ @ManneW
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
{
|
{
|
||||||
"domain": "vesync",
|
"domain": "vesync",
|
||||||
"name": "VeSync",
|
"name": "VeSync",
|
||||||
"codeowners": ["@markperdue", "@webdjoe", "@thegardenmonkey", "@cdnninja"],
|
"codeowners": [
|
||||||
|
"@markperdue",
|
||||||
|
"@webdjoe",
|
||||||
|
"@thegardenmonkey",
|
||||||
|
"@cdnninja",
|
||||||
|
"@iprak"
|
||||||
|
],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
"documentation": "https://www.home-assistant.io/integrations/vesync",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
|
Reference in New Issue
Block a user