From a066f8482866d69a38f69dd99cc20682565d9f4b Mon Sep 17 00:00:00 2001 From: Alex <7845120+newAM@users.noreply.github.com> Date: Sun, 7 Mar 2021 09:49:13 -0800 Subject: [PATCH] Remove @newAM from hdmi_cec codeowners (#47542) --- CODEOWNERS | 1 - homeassistant/components/hdmi_cec/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 07340065588..3f0b3d89e05 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -186,7 +186,6 @@ homeassistant/components/guardian/* @bachya homeassistant/components/habitica/* @ASMfreaK @leikoilja homeassistant/components/harmony/* @ehendrix23 @bramkragten @bdraco @mkeesey homeassistant/components/hassio/* @home-assistant/supervisor -homeassistant/components/hdmi_cec/* @newAM homeassistant/components/heatmiser/* @andylockran homeassistant/components/heos/* @andrewsayre homeassistant/components/here_travel_time/* @eifinger diff --git a/homeassistant/components/hdmi_cec/manifest.json b/homeassistant/components/hdmi_cec/manifest.json index 4c307582281..90ed7cc3359 100644 --- a/homeassistant/components/hdmi_cec/manifest.json +++ b/homeassistant/components/hdmi_cec/manifest.json @@ -3,5 +3,5 @@ "name": "HDMI-CEC", "documentation": "https://www.home-assistant.io/integrations/hdmi_cec", "requirements": ["pyCEC==0.4.14"], - "codeowners": ["@newAM"] + "codeowners": [] }