Adjust codeowners in modbus (#100474)
This commit is contained in:
parent
306f39b053
commit
6ac1305c64
2 changed files with 3 additions and 3 deletions
|
@ -773,8 +773,8 @@ build.json @home-assistant/supervisor
|
||||||
/tests/components/moat/ @bdraco
|
/tests/components/moat/ @bdraco
|
||||||
/homeassistant/components/mobile_app/ @home-assistant/core
|
/homeassistant/components/mobile_app/ @home-assistant/core
|
||||||
/tests/components/mobile_app/ @home-assistant/core
|
/tests/components/mobile_app/ @home-assistant/core
|
||||||
/homeassistant/components/modbus/ @adamchengtkc @janiversen @vzahradnik
|
/homeassistant/components/modbus/ @janiversen
|
||||||
/tests/components/modbus/ @adamchengtkc @janiversen @vzahradnik
|
/tests/components/modbus/ @janiversen
|
||||||
/homeassistant/components/modem_callerid/ @tkdrob
|
/homeassistant/components/modem_callerid/ @tkdrob
|
||||||
/tests/components/modem_callerid/ @tkdrob
|
/tests/components/modem_callerid/ @tkdrob
|
||||||
/homeassistant/components/modern_forms/ @wonderslug
|
/homeassistant/components/modern_forms/ @wonderslug
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"domain": "modbus",
|
"domain": "modbus",
|
||||||
"name": "Modbus",
|
"name": "Modbus",
|
||||||
"codeowners": ["@adamchengtkc", "@janiversen", "@vzahradnik"],
|
"codeowners": ["@janiversen"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
"documentation": "https://www.home-assistant.io/integrations/modbus",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pymodbus"],
|
"loggers": ["pymodbus"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue