From 93d4d02aac89a89a374b25a3f8ca6df3e6ec4dfb Mon Sep 17 00:00:00 2001 From: mtdcr Date: Tue, 25 Oct 2022 14:38:42 +0200 Subject: [PATCH] Remove myself from edl21 codeowners (#80947) --- CODEOWNERS | 1 - homeassistant/components/edl21/manifest.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index f4a311db29a..35faab87e86 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -285,7 +285,6 @@ build.json @home-assistant/supervisor /homeassistant/components/ecovacs/ @OverloadUT @mib1185 /homeassistant/components/ecowitt/ @pvizeli /tests/components/ecowitt/ @pvizeli -/homeassistant/components/edl21/ @mtdcr /homeassistant/components/efergy/ @tkdrob /tests/components/efergy/ @tkdrob /homeassistant/components/egardia/ @jeroenterheerdt diff --git a/homeassistant/components/edl21/manifest.json b/homeassistant/components/edl21/manifest.json index cac35a10152..4a8e209d3a0 100644 --- a/homeassistant/components/edl21/manifest.json +++ b/homeassistant/components/edl21/manifest.json @@ -3,7 +3,7 @@ "name": "EDL21", "documentation": "https://www.home-assistant.io/integrations/edl21", "requirements": ["pysml==0.0.8"], - "codeowners": ["@mtdcr"], + "codeowners": [], "iot_class": "local_push", "loggers": ["sml"] }