Add myself to owners for components I contributed (#31020)

* Add myself to owners for components I contributed

* Update CODEOWNERS
This commit is contained in:
Jonathan Keljo 2020-01-22 20:49:00 -05:00 committed by Paulus Schoutsen
parent 288574b8d1
commit 572b81e7e0
3 changed files with 4 additions and 2 deletions

View File

@ -129,6 +129,7 @@ homeassistant/components/google_cloud/* @lufton
homeassistant/components/google_translate/* @awarecan
homeassistant/components/google_travel_time/* @robbiet480
homeassistant/components/gpsd/* @fabaff
homeassistant/components/greeneye_monitor/* @jkeljo
homeassistant/components/group/* @home-assistant/core
homeassistant/components/growatt_server/* @indykoning
homeassistant/components/gtfs/* @robbiet480
@ -297,6 +298,7 @@ homeassistant/components/shodan/* @fabaff
homeassistant/components/signal_messenger/* @bbernhard
homeassistant/components/simplisafe/* @bachya
homeassistant/components/sinch/* @bendikrb
homeassistant/components/sisyphus/* @jkeljo
homeassistant/components/slide/* @ualex73
homeassistant/components/sma/* @kellerza
homeassistant/components/smarthab/* @outadoc

View File

@ -4,5 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/greeneye_monitor",
"requirements": ["greeneye_monitor==1.0.1"],
"dependencies": [],
"codeowners": []
"codeowners": ["@jkeljo"]
}

View File

@ -4,5 +4,5 @@
"documentation": "https://www.home-assistant.io/integrations/sisyphus",
"requirements": ["sisyphus-control==2.2.1"],
"dependencies": [],
"codeowners": []
"codeowners": ["@jkeljo"]
}