From 4efefd7fba69473e63526edc260b3ae9cd0a86bd Mon Sep 17 00:00:00 2001
From: cgtobi <cgtobi@users.noreply.github.com>
Date: Fri, 18 Sep 2020 03:17:22 +0200
Subject: [PATCH] Add cgtobi to kodi code owners (#40202)

* Add myself to Kodi code owners

* Run hassfest
---
 CODEOWNERS                                  | 2 +-
 homeassistant/components/kodi/manifest.json | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index b33246766d5..613617e9942 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -226,7 +226,7 @@ homeassistant/components/keenetic_ndms2/* @foxel
 homeassistant/components/kef/* @basnijholt
 homeassistant/components/keyboard_remote/* @bendavid
 homeassistant/components/knx/* @Julius2342 @farmio @marvin-w
-homeassistant/components/kodi/* @OnFreund
+homeassistant/components/kodi/* @OnFreund @cgtobi
 homeassistant/components/konnected/* @heythisisnate @kit-klein
 homeassistant/components/lametric/* @robbiet480
 homeassistant/components/launch_library/* @ludeeus
diff --git a/homeassistant/components/kodi/manifest.json b/homeassistant/components/kodi/manifest.json
index da4daf85ada..a9df9718f8c 100644
--- a/homeassistant/components/kodi/manifest.json
+++ b/homeassistant/components/kodi/manifest.json
@@ -4,7 +4,8 @@
   "documentation": "https://www.home-assistant.io/integrations/kodi",
   "requirements": ["pykodi==0.2.0"],
   "codeowners": [
-    "@OnFreund"
+    "@OnFreund",
+    "@cgtobi"
   ],
   "zeroconf": ["_xbmc-jsonrpc-h._tcp.local."],
   "config_flow": true
-- 
GitLab