Add codeowner to Monoprice integration (#35111)

This commit is contained in:
On Freund 2020-05-03 14:45:39 +03:00 committed by GitHub
parent de7f82e18e
commit a44724fdcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ homeassistant/components/minecraft_server/* @elmurato
homeassistant/components/minio/* @tkislan
homeassistant/components/mobile_app/* @robbiet480
homeassistant/components/modbus/* @adamchengtkc @janiversen
homeassistant/components/monoprice/* @etsinko
homeassistant/components/monoprice/* @etsinko @OnFreund
homeassistant/components/moon/* @fabaff
homeassistant/components/mpd/* @fabaff
homeassistant/components/mqtt/* @home-assistant/core @emontnemery

View file

@ -3,6 +3,6 @@
"name": "Monoprice 6-Zone Amplifier",
"documentation": "https://www.home-assistant.io/integrations/monoprice",
"requirements": ["pymonoprice==0.3"],
"codeowners": ["@etsinko"],
"codeowners": ["@etsinko", "@OnFreund"],
"config_flow": true
}