Add codeowner for imap integration (#92067)
This commit is contained in:
parent
ce99319ea5
commit
f6d8859dd2
2 changed files with 3 additions and 3 deletions
|
@ -550,8 +550,8 @@ build.json @home-assistant/supervisor
|
|||
/tests/components/image_processing/ @home-assistant/core
|
||||
/homeassistant/components/image_upload/ @home-assistant/core
|
||||
/tests/components/image_upload/ @home-assistant/core
|
||||
/homeassistant/components/imap/ @engrbm87
|
||||
/tests/components/imap/ @engrbm87
|
||||
/homeassistant/components/imap/ @engrbm87 @jbouwh
|
||||
/tests/components/imap/ @engrbm87 @jbouwh
|
||||
/homeassistant/components/incomfort/ @zxdavb
|
||||
/homeassistant/components/influxdb/ @mdegat01
|
||||
/tests/components/influxdb/ @mdegat01
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"domain": "imap",
|
||||
"name": "IMAP",
|
||||
"codeowners": ["@engrbm87"],
|
||||
"codeowners": ["@engrbm87", "@jbouwh"],
|
||||
"config_flow": true,
|
||||
"dependencies": ["repairs"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/imap",
|
||||
|
|
Loading…
Add table
Reference in a new issue