From 572b81e7e06965d2aa1a367dad6c0e608cdd0f9d Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Wed, 22 Jan 2020 20:49:00 -0500 Subject: [PATCH] Add myself to owners for components I contributed (#31020) * Add myself to owners for components I contributed * Update CODEOWNERS --- CODEOWNERS | 2 ++ homeassistant/components/greeneye_monitor/manifest.json | 2 +- homeassistant/components/sisyphus/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9636f324769..3a68c6c3b34 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/greeneye_monitor/manifest.json b/homeassistant/components/greeneye_monitor/manifest.json index 0c55b644d94..88183acf918 100644 --- a/homeassistant/components/greeneye_monitor/manifest.json +++ b/homeassistant/components/greeneye_monitor/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/greeneye_monitor", "requirements": ["greeneye_monitor==1.0.1"], "dependencies": [], - "codeowners": [] + "codeowners": ["@jkeljo"] } diff --git a/homeassistant/components/sisyphus/manifest.json b/homeassistant/components/sisyphus/manifest.json index c101100fbe8..c545adda281 100644 --- a/homeassistant/components/sisyphus/manifest.json +++ b/homeassistant/components/sisyphus/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/sisyphus", "requirements": ["sisyphus-control==2.2.1"], "dependencies": [], - "codeowners": [] + "codeowners": ["@jkeljo"] }