From 60d16060491aed08fffebc7d10b9b0009867a9cf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 31 Aug 2020 16:18:12 -0500 Subject: [PATCH] Fix kodi codeowners (#39532) --- homeassistant/components/kodi/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/kodi/manifest.json b/homeassistant/components/kodi/manifest.json index 903c458464a..7141ca43346 100644 --- a/homeassistant/components/kodi/manifest.json +++ b/homeassistant/components/kodi/manifest.json @@ -4,9 +4,8 @@ "documentation": "https://www.home-assistant.io/integrations/kodi", "requirements": ["pykodi==0.1.1"], "codeowners": [ - "@armills", "@OnFreund" ], "zeroconf": ["_xbmc-jsonrpc-h._tcp.local."], "config_flow": true -} \ No newline at end of file +}