Add codeowner for lutron integration (#28682)

* add codeowner for lutron integration

* ran hassfest
This commit is contained in:
Jon Gilmore 2019-11-10 18:51:24 -06:00 committed by Martin Hjelmare
parent 0ac8b297cd
commit aea7c1c0ce
2 changed files with 4 additions and 1 deletions

View File

@ -177,6 +177,7 @@ homeassistant/components/logi_circle/* @evanjd
homeassistant/components/lovelace/* @home-assistant/frontend
homeassistant/components/luci/* @fbradyirl @mzdrale
homeassistant/components/luftdaten/* @fabaff
homeassistant/components/lutron/* @JonGilmore
homeassistant/components/mastodon/* @fabaff
homeassistant/components/matrix/* @tinloaf
homeassistant/components/mcp23017/* @jardiamj

View File

@ -6,5 +6,7 @@
"pylutron==0.2.5"
],
"dependencies": [],
"codeowners": []
"codeowners": [
"@JonGilmore"
]
}