Add Emulated Hue code owner (#29319)

This commit is contained in:
NobleKangaroo 2019-12-02 15:29:31 -05:00 committed by Franck Nijhof
parent 040fd9c258
commit 67498595e4
2 changed files with 4 additions and 1 deletions

View File

@ -87,6 +87,7 @@ homeassistant/components/egardia/* @jeroenterheerdt
homeassistant/components/eight_sleep/* @mezz64
homeassistant/components/elv/* @majuss
homeassistant/components/emby/* @mezz64
homeassistant/components/emulated_hue/* @NobleKangaroo
homeassistant/components/enigma2/* @fbradyirl
homeassistant/components/enocean/* @bdurrer
homeassistant/components/entur_public_transport/* @hfurubotten

View File

@ -6,5 +6,7 @@
"aiohttp_cors==0.7.0"
],
"dependencies": [],
"codeowners": []
"codeowners": [
"@NobleKangaroo"
]
}