Add @Jc2k to codeowners for homekit_controller (#23173)

This commit is contained in:
Jc2k 2019-04-18 03:16:20 +01:00 committed by Jason Hu
parent f6349a6cf4
commit 6bb4199824
2 changed files with 4 additions and 1 deletions

View file

@ -99,6 +99,7 @@ homeassistant/components/history_graph/* @andrey-git
homeassistant/components/hive/* @Rendili @KJonline
homeassistant/components/homeassistant/* @home-assistant/core
homeassistant/components/homekit/* @cdce8p
homeassistant/components/homekit_controller/* @Jc2k
homeassistant/components/homematic/* @pvizeli @danielperna84
homeassistant/components/html5/* @robbiet480
homeassistant/components/http/* @home-assistant/core

View file

@ -6,5 +6,7 @@
"homekit[IP]==0.13.0"
],
"dependencies": ["configurator"],
"codeowners": []
"codeowners": [
"@Jc2k"
]
}